standardize project metadata

This commit is contained in:
David Lord 2019-06-22 13:10:50 -07:00
parent e666f7a69c
commit 24498afed5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 68 additions and 281 deletions

View file

@ -1,14 +1,10 @@
[aliases]
release = egg_info -Db ''
[metadata]
license_file = LICENSE.rst
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
universal = true
[tool:pytest]
minversion = 3.0
testpaths = tests
[coverage:run]
@ -21,4 +17,4 @@ source =
source =
flask
.tox/*/lib/python*/site-packages/flask
.tox/pypy/site-packages/flask
.tox/*/site-packages/flask