Skip to content

Commit 36b75a1

Browse files
committed
chore: Include links to docs and source code in pypi
1 parent c151607 commit 36b75a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ def readme():
5050
author_email=get_metadata("django_lifecycle", "author_email"),
5151
packages=["django_lifecycle"],
5252
url="https://github.com/rsinger86/django-lifecycle",
53+
project_urls={
54+
"Documentation": "https://rsinger86.github.io/django-lifecycle/",
55+
"Source": "https://github.com/rsinger86/django-lifecycle",
56+
},
5357
license="MIT",
5458
keywords="django model lifecycle hooks callbacks",
5559
long_description=readme(),

0 commit comments

Comments
 (0)