mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-10 02:43:41 +03:00
Backport changes from setup.py in upstream
This commit is contained in:
parent
63d340b187
commit
3542e40746
|
@ -15,12 +15,12 @@ classifiers = [
|
|||
"Framework :: Django :: 4.2",
|
||||
"Framework :: Django :: 5.0",
|
||||
"Framework :: Django :: 5.1",
|
||||
"Framework :: Django :: 5.2",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
|
@ -29,18 +29,15 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"django>=4.2",
|
||||
'backports.zoneinfo;python_version<"3.9"',
|
||||
]
|
||||
requires-python = ">=3.9"
|
||||
dependencies = ["django>=4.2"]
|
||||
dynamic = ["version"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "rest_framework.__version__"}
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://www.django-rest-framework.org/"
|
||||
Homepage = "https://www.django-rest-framework.org"
|
||||
Funding = "https://fund.django-rest-framework.org/topics/funding/"
|
||||
Source = "https://github.com/encode/django-rest-framework"
|
||||
Changelog = "https://www.django-rest-framework.org/community/release-notes/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user