mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-07 19:05:13 +02:00
🐛 dinglehopper: Install templates
This commit is contained in:
parent
4525dd2a9c
commit
5da4f57e77
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
||||||
packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
|
packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
package_data={
|
package_data={
|
||||||
'': ['*.json', '*.yml', '*.yaml'],
|
'': ['*.json', '*.yml', '*.yaml', '*.j2'],
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue