mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 05:54:01 +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]
|
[project]
|
||||||
name = "djangorestframework"
|
name = "djangorestframework"
|
||||||
|
readme = "README.md"
|
||||||
authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}]
|
authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}]
|
||||||
license = {text = "BSD"}
|
license = {text = "BSD"}
|
||||||
description = "Web APIs for Django, made easy."
|
description = "Web APIs for Django, made easy."
|
||||||
|
@ -42,10 +43,6 @@ dynamic = ["version"]
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = {attr = "rest_framework.__version__"}
|
version = {attr = "rest_framework.__version__"}
|
||||||
|
|
||||||
[project.readme]
|
|
||||||
file = "README.md"
|
|
||||||
content-type = "text/markdown"
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://www.django-rest-framework.org/"
|
Homepage = "https://www.django-rest-framework.org/"
|
||||||
Funding = "https://fund.django-rest-framework.org/topics/funding/"
|
Funding = "https://fund.django-rest-framework.org/topics/funding/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user