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 a71ed6a commit 0bcd152Copy full SHA for 0bcd152
pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "djangorestframework"
7
+readme = "README.md"
8
authors = [{name = "Tom Christie", email = "[email protected]"}]
9
license = {text = "BSD"}
10
description = "Web APIs for Django, made easy."
@@ -42,10 +43,6 @@ dynamic = ["version"]
42
43
[tool.setuptools.dynamic]
44
version = {attr = "rest_framework.__version__"}
45
-[project.readme]
46
-file = "README.md"
47
-content-type = "text/markdown"
48
-
49
[project.urls]
50
Homepage = "https://www.django-rest-framework.org/"
51
Funding = "https://fund.django-rest-framework.org/topics/funding/"
0 commit comments