Skip to content

Commit

Permalink
updated MANIFEST and setup.py to bundle files correctly (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Mitchell <[email protected]>
  • Loading branch information
rnmitchell and Rebecca Mitchell authored Oct 21, 2020
1 parent 1eaa0ca commit aac9ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include lusSTR/_version.py
include lusSTR/str_markers.json
include lusSTR/tests/data/*
include lusSTR/tests/data/STRait_Razor_test_output/*
include lusSTR/tests/data/UAS_bulk_input/*
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
description=desc,
packages=['lusSTR', 'lusSTR.tests'],
package_data={
'lusSTR': ['lusSTR/str_markers.json', 'lusSTR/tests/data/*', 'lusSTR/tests/data/STRait_Razor_test_output/*']
'lusSTR': [
'lusSTR/str_markers.json', 'lusSTR/tests/data/*', 'lusSTR/tests/data/STRait_Razor_test_output/*',
'lusSTR/tests/data/UAS_bulk_input/*'
]
},
include_package_data=True,
install_requires=['pandas>=1.0', 'xlrd>=1.0'],
Expand Down

0 comments on commit aac9ff5

Please sign in to comment.