We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2062da commit a71ed6aCopy full SHA for a71ed6a
pyproject.toml
@@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "djangorestframework"
7
-version = "3.14.0"
8
authors = [{name = "Tom Christie", email = "[email protected]"}]
9
license = {text = "BSD"}
10
description = "Web APIs for Django, made easy."
@@ -38,6 +37,10 @@ dependencies = [
38
37
"django>=3.0",
39
'backports.zoneinfo;python_version<"3.9"',
40
]
+dynamic = ["version"]
41
+
42
+[tool.setuptools.dynamic]
43
+version = {attr = "rest_framework.__version__"}
44
45
[project.readme]
46
file = "README.md"
0 commit comments