We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c151607 commit 36b75a1Copy full SHA for 36b75a1
setup.py
@@ -50,6 +50,10 @@ def readme():
50
author_email=get_metadata("django_lifecycle", "author_email"),
51
packages=["django_lifecycle"],
52
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
+ },
57
license="MIT",
58
keywords="django model lifecycle hooks callbacks",
59
long_description=readme(),
0 commit comments