mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 12:34:00 +03:00
more concise readme inclusion
This commit is contained in:
parent
a71ed6aa64
commit
0bcd15216e
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user