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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
[bdist_wheel]
universal = 1
[metadata]
license_filea =
publicsuffix2.LICENSE
AUTHORS.rst
CHANGELOG.rst
README.rst
[aliases]
release = clean --all sdist --formats=bztar,zip,gztar bdist_wheel register upload
[tool:pytest]
norecursedirs =
.git
.tox
.cache
dist
build
thirdparty
local
ci
docs
etc
Include
include
Lib
lib
bin
Scripts
tmp
.eggs
python_files = *.py
python_classes = Test
python_functions = test
addopts =
-rfEsxX
--strict
-s
-vv
--ignore setup.py
[egg_info]
tag_build =
tag_date = 0
|