Skip to content

Commit

Permalink
Reformatted project url links
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc committed Oct 11, 2023
1 parent b3cce53 commit 6edfd6a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ def get_package_data(package):
],
project_urls={
"Documentation": "https://django-rest-framework-json-api.readthedocs.org/",
"Changelog": "https://github.com/django-json-api/"
"django-rest-framework-json-api/blob/main/CHANGELOG.md",
"Changelog": (
"https://github.com/django-json-api/django-rest-framework-json-api/"
"blob/main/CHANGELOG.md"
),
"Source": "https://github.com/django-json-api/django-rest-framework-json-api",
"Tracker": "https://github.com/django-json-api/"
"django-rest-framework-json-api/issues",
"Tracker": "https://github.com/django-json-api/django-rest-framework-json-api/issues",
},
install_requires=[
"inflection>=0.5.0",
Expand Down

0 comments on commit 6edfd6a

Please sign in to comment.