forked from orbit-oss/flask
move package metadata to setup.cfg
This commit is contained in:
parent
171aabc87d
commit
024f0d384c
14 changed files with 142 additions and 151 deletions
|
|
@ -1,8 +1,23 @@
|
|||
[metadata]
|
||||
license_file = LICENSE
|
||||
name = flaskr
|
||||
version = 1.0.0
|
||||
url = https://flask.palletsprojects.com/tutorial/
|
||||
license = BSD-3-Clause
|
||||
maintainer = Pallets
|
||||
maintainer_email = contact@palletsprojects.com
|
||||
description = The basic blog app built in the Flask tutorial.
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst
|
||||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
[options]
|
||||
packages = find:
|
||||
include_package_data = true
|
||||
install_requires =
|
||||
Flask
|
||||
|
||||
[options.extras_require]
|
||||
test =
|
||||
pytest
|
||||
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue