Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Sep 28, 2020
1 parent 7b0b838 commit 6769c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

setup(
name = 'SEFR_CUT',
packages = ['sefr_cut'],
packages = ['sefr_cut','sefr_cut.deepcut','sefr_cut.model','sefr_cut.variable','sefr_cut.weight','sefr_cut.deepcut.weight'],
include_package_data = True,
package_data={"sefr_cut": ['model/*','variable/*','weight/*','deepcut/weight/*']},
version = '0.1dev0',
install_requires = requirements,
long_description = readme,
Expand Down

0 comments on commit 6769c4e

Please sign in to comment.