Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13
[aliases] release = egg_info -Db '' [bdist_wheel] universal = 1 [metadata] license_file = LICENSE [tool:pytest] minversion = 3.0 testpaths = tests addopts = -v -x --ignore=setup.py