mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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."
|
||||
readme = "README.rst"
|
||||
license = {text = "BSD-3-Clause"}
|
||||
license = "BSD-3-Clause"
|
||||
license-files = ["LICENSE", "LICENSE.python"]
|
||||
classifiers = [
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Environment :: Web Environment",
|
||||
"Framework :: Django",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
Loading…
Reference in New Issue
Block a user