Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 97b4f73d8a setup: Include templates in binary distribution 2018-07-27 08:34:26 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setup(
package_dir={'': 'src'},
package_data={
'dcow': [
'templates',
'templates/*.j2',
],
},
install_requires=[