Skip to content

Commit 0d1c4dd

Browse files
committed
Added *.txt to setuptools
1 parent 715b625 commit 0d1c4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='sklearn-theano',
66
version='0.0.1',
77
packages=setuptools.find_packages(),
8-
package_data={"": ['*.jpg', '*.png', '*.json']},
8+
package_data={"": ['*.jpg', '*.png', '*.json', '*.txt']},
99
author='Kyle Kastner',
1010
author_email='kastnerkyle@gmail.com',
1111
description='Scikit-learn compatible estimators using Theano',

0 commit comments

Comments
 (0)