setup: Include templates in binary distribution

Dustin 2018-07-27 08:25:05 -05:00
parent 007a3e556a
commit 5f10e80b46
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ setup(
license='MIT',
packages=find_packages('src'),
package_dir={'': 'src'},
package_data={
'dcow': [
'templates',
],
},
install_requires=[
'Jinja2',
'Milla',