Skip to content

Commit

Permalink
chore: Include links to docs and source code in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueSoria committed Nov 1, 2023
1 parent c151607 commit 36b75a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ def readme():
author_email=get_metadata("django_lifecycle", "author_email"),
packages=["django_lifecycle"],
url="https://github.com/rsinger86/django-lifecycle",
project_urls={
"Documentation": "https://rsinger86.github.io/django-lifecycle/",
"Source": "https://github.com/rsinger86/django-lifecycle",
},
license="MIT",
keywords="django model lifecycle hooks callbacks",
long_description=readme(),
Expand Down

0 comments on commit 36b75a1

Please sign in to comment.