File: setup.cfg

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

[bdist_wheel]
universal = 1

[bumpversion:file:setup.py]

[coverage:run]
source = btsocket, examples

[metadata]
license_files = LICENSE