Skip to content

Commit d822eba

Browse files
author
Liu
committed
Improvement for setup
1 parent 2229603 commit d822eba

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
@@ -21,7 +21,7 @@
2121
packages=['DeepMod_scripts'],
2222
package_dir={'DeepMod_scripts': 'bin/DeepMod_scripts'},
2323
scripts=['bin/DeepMod.py', 'DeepMod_tools/cal_EcoliDetPerf.py', 'DeepMod_tools/generate_motif_pos.py', 'DeepMod_tools/hm_cluster_predict.py', 'DeepMod_tools/sum_chr_mod.py'],
24-
package_data={'train_deepmod': ['train_deepmod/*']},
24+
package_data={'train_deepmod': ['train_deepmod/*/*']},
2525
#data_files=[('train_deepmod', ['train_deepmod/*'])],
2626
classifiers=[
2727
"Programming Language :: Python",

0 commit comments

Comments
 (0)