Skip to content

Commit 0d7debd

Browse files
committed
Fixing setuptools (again)
1 parent b26e70d commit 0d7debd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
name='sklearn-theano',
66
version='0.0.1',
77
packages=setuptools.find_packages(),
8-
package_dir={'sklearn_theano': 'sklearn_theano/'},
9-
package_data={'sklearn_theano': ['datasets/images/*',
10-
'feature_extraction/*.json']},
8+
package_data={"": ['*.jpg', '*.png', '*.json']},
119
author='Kyle Kastner',
1210
author_email='kastnerkyle@gmail.com',
1311
description='Scikit-learn compatible estimators using Theano',

0 commit comments

Comments
 (0)