File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
77name = " gunicorn"
88authors = [{name = " Benoit Chesneau" , email = " benoitc@gunicorn.org" }]
9- license = {text = " MIT" }
9+ license = " MIT"
10+ license-files = [" LICENSE" ]
1011description = " WSGI HTTP Server for UNIX"
1112readme = " README.rst"
1213classifiers = [
1314 " Development Status :: 5 - Production/Stable" ,
1415 " Environment :: Other Environment" ,
1516 " Intended Audience :: Developers" ,
16- " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: MacOS :: MacOS X" ,
1818 " Operating System :: POSIX" ,
1919 " Programming Language :: Python" ,
@@ -75,7 +75,6 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
7575[tool .setuptools ]
7676zip-safe = false
7777include-package-data = true
78- license-files = [" LICENSE" ]
7978
8079[tool .setuptools .packages ]
8180find = {namespaces = false }
You can’t perform that action at this time.
0 commit comments