We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f15b03 commit ae0e870Copy full SHA for ae0e870
setup.py
@@ -37,7 +37,7 @@ def get_dist(pkgname):
37
'Programming Language :: Python :: 3.6',
38
],
39
package_data={
40
- 'mitdeeplearning': ['bin/*', 'data/*', 'data/faces/*'],
+ 'mitdeeplearning': ['bin/*', 'data/*', 'data/faces/DF/*', 'data/faces/DM/*', 'data/faces/LF/*', 'data/faces/LM/*'],
41
},
42
43
)
0 commit comments