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 4c56fe7 commit ce3a8c9Copy full SHA for ce3a8c9
setup.py
@@ -1,4 +1,4 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
from bootstrapform_jinja.meta import VERSION
3
4
description = """
@@ -48,7 +48,7 @@
48
'django>=1.9',
49
'django-jinja>=2.3.1',
50
],
51
- packages=['bootstrapform_jinja'],
+ packages=find_packages(),
52
package_data={'bootstrapform_jinja': template_files},
53
python_requires='>=3.6',
54
zip_safe=True,
0 commit comments