Skip to content

Commit 2d9b247

Browse files
committed
more concise readme inclusion
1 parent f9b16df commit 2d9b247

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."
@@ -41,10 +42,6 @@ dynamic = ["version"]
4142
[tool.setuptools.dynamic]
4243
version = {attr = "rest_framework.__version__"}
4344

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

0 commit comments

Comments
 (0)