Skip to content

Commit bca2dc4

Browse files
committed
Fix the build for modern setuptools
1 parent a86ea1e commit bca2dc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66
# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
77
name = "gunicorn"
88
authors = [{name = "Benoit Chesneau", email = "benoitc@gunicorn.org"}]
9-
license = {text = "MIT"}
9+
license = "MIT"
10+
license-files = ["LICENSE"]
1011
description = "WSGI HTTP Server for UNIX"
1112
readme = "README.rst"
1213
classifiers = [
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",
@@ -80,7 +80,6 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
8080
[tool.setuptools]
8181
zip-safe = false
8282
include-package-data = true
83-
license-files = ["LICENSE"]
8483

8584
[tool.setuptools.packages]
8685
find = {namespaces = false}

0 commit comments

Comments
 (0)