File: setup.cfg

package info (click to toggle)
txacme 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 5,715; makefile: 189
file content (27 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[wheel]
universal = 1

[isort]
default_section=THIRDPARTY
known_first_party=txacme
multi_line_output=4
lines_after_imports=2
balanced_wrapping=True
order_by_type=False

[flake8]
exclude=src/txacme/_version.py,src/txacme/interfaces.py
ignore_names=setUp,_setUp,tearDown,startService,stopService

# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.

[versioneer]
VCS = git
style = pep440
versionfile_source = src/txacme/_version.py
versionfile_build = txacme/_version.py
tag_prefix =
parentdir_prefix = txacme-