We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e430b commit 7410300Copy full SHA for 7410300
setup.py
@@ -25,6 +25,9 @@
25
packages=find_packages(exclude=["docs"]), # should find package easily
26
install_requires=requirements,
27
28
+ # easiest way to install templates, static files, translation files etc.
29
+ include_package_data=True,
30
+
31
# in case you want to have easy testing in future by `./setup.py test`
32
# you'd need to work with setuptools documentation:
33
# http://pythonhosted.org/setuptools/setuptools.html
0 commit comments