Skip to content

Commit

Permalink
Missing package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Apr 2, 2021
1 parent fb80936 commit 7382a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Third Party Libraries
from setuptools import setup

version = "0.0.40"
version = "0.0.41"

setup(
name="django-turbo-response",
Expand All @@ -18,6 +18,8 @@
requires=["django (>=3.0)"],
packages=["turbo_response"],
package_dir={"": "src"},
package_data={"turbo_response": ["templates/*.html", "jinja2/*.html"]},
# include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
Expand Down

0 comments on commit 7382a98

Please sign in to comment.