File: setup.cfg

package info (click to toggle)
python-anyqt 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 4,087; makefile: 192; sh: 3
file content (15 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[bumpversion]
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}

[build_sphinx]
source-dir = docs/source
build-dir = docs/build
warning-is-error = 1

[metadata]
license_file = LICENSE.txt

[bumpversion:file:setup.py]