Skip to content

Commit c17a938

Browse files
committed
Add project_urls with direct links to Docs/Changelog.
1 parent 840aa7b commit c17a938

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This package is compatible and tested with the following Python & Django version
2828
+---------------+---------------------------------------+
2929

3030

31-
`Full documentation <https://django-dirtyfields.readthedocs.org/en/develop/>`_
3231

3332
Install
3433
=======

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ def listify(filename):
1414
name="django-dirtyfields",
1515
version="1.4.1",
1616
url='https://github.com/romgar/django-dirtyfields',
17+
project_urls={
18+
"Documentation": "https://django-dirtyfields.readthedocs.org/en/develop/",
19+
"Changelog": "https://github.com/romgar/django-dirtyfields/blob/develop/ChangeLog.rst",
20+
},
1721
license='BSD',
1822
description=("Tracking dirty fields on a Django model instance "
1923
"(actively maintained)"),

0 commit comments

Comments
 (0)