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-
|