Skip to content
Snippets Groups Projects
Commit 39c7bb57 authored by lotte.pronk's avatar lotte.pronk
Browse files

Put bash script in data dir

parent 822be4c4
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ setuptools.setup(
],
packages=['whokaryote_scripts'],
include_package_data=True,
package_data={'whokaryote_scripts': ['data/*.joblib']},
package_data={'whokaryote_scripts': ['data/*.joblib', 'data/*.sh']},
python_requires=">=3.8",
scripts=['bin/whokaryote.py'],
install_requires=['pandas', 'pathlib', 'biopython', 'numpy', 'joblib', 'scikit-learn==1.0.2']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment