Skip to content

Commit a45c475

Browse files
takissliverc
andauthored
Add various links on the PyPI project page (#1183)
* Add various links on the PyPI project page Add links to the documentation, change log, source code and issue tracker to the PyPI project page. * Split strings as the linter expects max line lengths of 88 * Reformatted project url links --------- Co-authored-by: Oliver Sauder <os@esite.ch>
1 parent ec67f0c commit a45c475

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

+9
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ def get_package_data(package):
9494
"Topic :: Software Development :: Libraries :: Application Frameworks",
9595
"Topic :: Software Development :: Libraries :: Python Modules",
9696
],
97+
project_urls={
98+
"Documentation": "https://django-rest-framework-json-api.readthedocs.org/",
99+
"Changelog": (
100+
"https://github.com/django-json-api/django-rest-framework-json-api/"
101+
"blob/main/CHANGELOG.md"
102+
),
103+
"Source": "https://github.com/django-json-api/django-rest-framework-json-api",
104+
"Tracker": "https://github.com/django-json-api/django-rest-framework-json-api/issues",
105+
},
97106
install_requires=[
98107
"inflection>=0.5.0",
99108
"djangorestframework>=3.13",

0 commit comments

Comments
 (0)