mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Implemented PEP 639 license tags in pyproject.toml
See https://code.djangoproject.com/ticket/35961 and https://peps.python.org/pep-0639/
This commit is contained in:
parent
3d819e2324
commit
e4b25bac7d
@ -16,13 +16,13 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {text = "BSD-3-Clause"}
|
license = "BSD-3-Clause"
|
||||||
|
license-files = ["LICENSE", "LICENSE.python"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 2 - Pre-Alpha",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: BSD License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user