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 b16826c commit f9b16dfCopy full SHA for f9b16df
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 = "tom@tomchristie.com"}]
9
license = {text = "BSD"}
10
description = "Web APIs for Django, made easy."
@@ -37,6 +36,10 @@ dependencies = [
37
36
"django>=3.0",
38
'backports.zoneinfo;python_version<"3.9"',
39
]
+dynamic = ["version"]
40
+
41
+[tool.setuptools.dynamic]
42
+version = {attr = "rest_framework.__version__"}
43
44
[project.readme]
45
file = "README.md"
0 commit comments