mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-07 21:21:30 +08:00
build: Update license config to PEP 639 format for uv compatibility
This commit is contained in:
parent
3663895651
commit
db3b0819dc
@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
|
|||||||
# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
|
# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
|
||||||
name = "gunicorn"
|
name = "gunicorn"
|
||||||
authors = [{name = "Benoit Chesneau", email = "benoitc@gunicorn.org"}]
|
authors = [{name = "Benoit Chesneau", email = "benoitc@gunicorn.org"}]
|
||||||
license = {text = "MIT"}
|
license = "MIT"
|
||||||
|
license-files = ["LICENSE"]
|
||||||
description = "WSGI HTTP Server for UNIX"
|
description = "WSGI HTTP Server for UNIX"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Other Environment",
|
"Environment :: Other Environment",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: MacOS :: MacOS X",
|
||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
@ -78,7 +78,6 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
zip-safe = false
|
zip-safe = false
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
license-files = ["LICENSE"]
|
|
||||||
|
|
||||||
[tool.setuptools.packages]
|
[tool.setuptools.packages]
|
||||||
find = {namespaces = false}
|
find = {namespaces = false}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user