Skip to content

Commit

Permalink
Added model subscription to sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Oct 21, 2019
1 parent f270a93 commit df9074e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ classifiers = [
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
]

include = ["CHANGELOG.md", "manage.py", "django_model_subscription", "model_subscription"]
packages = [
{ include = "django_model_subscription" },
{ include = "model_subscription" },
]

include = [
"CHANGELOG.md",
"manage.py",
]

exclude = [
"__pycache__",
Expand Down

0 comments on commit df9074e

Please sign in to comment.