Skip to content

Commit 5b37d65

Browse files
committed
fix: Include django_lifecycle_checks in build
1 parent 36b75a1 commit 5b37d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def readme():
4848
description="Declarative model lifecycle hooks.",
4949
author=get_metadata("django_lifecycle", "author"),
5050
author_email=get_metadata("django_lifecycle", "author_email"),
51-
packages=["django_lifecycle"],
51+
packages=["django_lifecycle", "django_lifecycle_checks"],
5252
url="https://github.com/rsinger86/django-lifecycle",
5353
project_urls={
5454
"Documentation": "https://rsinger86.github.io/django-lifecycle/",

0 commit comments

Comments
 (0)