File: setup.cfg

package info (click to toggle)
shoogle 0.1.4-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 452 kB
  • sloc: python: 701; makefile: 150; sh: 16
file content (23 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[bumpversion]
current_version = 0.1.4
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:shoogle/__init__.py]

[wheel]
universal = 1

[flake8]
exclude = docs

[pep8]
max-line-length = 100

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0