forked from orbit-oss/flask
standardize project metadata
This commit is contained in:
parent
e666f7a69c
commit
24498afed5
6 changed files with 68 additions and 281 deletions
12
setup.cfg
12
setup.cfg
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue