diff --git a/setup.py b/setup.py index 805c40b..a7491b5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), install_requires=install_requires, package_data={ - '': ['*.json', '*.yml', '*.yaml', '*.j2'], + '': ['*.json', 'templates/*'], }, entry_points={ 'console_scripts': [