Skip to content

Commit

Permalink
Improvement for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu committed Jun 24, 2020
1 parent 2229603 commit d822eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=['DeepMod_scripts'],
package_dir={'DeepMod_scripts': 'bin/DeepMod_scripts'},
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'],
package_data={'train_deepmod': ['train_deepmod/*']},
package_data={'train_deepmod': ['train_deepmod/*/*']},
#data_files=[('train_deepmod', ['train_deepmod/*'])],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit d822eba

Please sign in to comment.