more concise readme inclusion

This commit is contained in:
Mathieu Dupuy 2023-10-06 11:43:37 +02:00
parent a71ed6aa64
commit 0bcd15216e
No known key found for this signature in database
GPG Key ID: 08C1D4F32506B23A

View File

@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "djangorestframework"
readme = "README.md"
authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}]
license = {text = "BSD"}
description = "Web APIs for Django, made easy."
@ -42,10 +43,6 @@ dynamic = ["version"]
[tool.setuptools.dynamic]
version = {attr = "rest_framework.__version__"}
[project.readme]
file = "README.md"
content-type = "text/markdown"
[project.urls]
Homepage = "https://www.django-rest-framework.org/"
Funding = "https://fund.django-rest-framework.org/topics/funding/"