Skip to content

Commit 0bcd152

Browse files
committed
more concise readme inclusion
1 parent a71ed6a commit 0bcd152

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "djangorestframework"
7+
readme = "README.md"
78
authors = [{name = "Tom Christie", email = "[email protected]"}]
89
license = {text = "BSD"}
910
description = "Web APIs for Django, made easy."
@@ -42,10 +43,6 @@ dynamic = ["version"]
4243
[tool.setuptools.dynamic]
4344
version = {attr = "rest_framework.__version__"}
4445

45-
[project.readme]
46-
file = "README.md"
47-
content-type = "text/markdown"
48-
4946
[project.urls]
5047
Homepage = "https://www.django-rest-framework.org/"
5148
Funding = "https://fund.django-rest-framework.org/topics/funding/"

0 commit comments

Comments
 (0)