Skip to content

Commit

Permalink
add package data to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
korepwx committed Jan 9, 2018
1 parent 7143074 commit 1c49135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def read_file(path):
description='A set of toolkit for daily machine learning experiments.',
long_description=__doc__,
packages=find_packages('.', include=['mltoolkit', 'mltoolkit.*']),
package_data={
'mltoolkit.report': ['templates/*']
},
include_package_data=True,
zip_safe=False,
platforms='any',
setup_requires=['setuptools'],
Expand Down

0 comments on commit 1c49135

Please sign in to comment.