Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Feb 15, 2024
1 parent 93a277f commit 5818f8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@
author="Qiita development team",
author_email="qiita.help@gmail.com",
url='https://github.com/biocore/mg-scripts',
packages=['sequence_processing_pipeline'],
setup_requires=['numpy', 'cython'],
include_package_data=True,
package_data={
'templates': ['nuqc_job.sh'],
'scripts': ['splitter'],
},
packages=['sequence_processing_pipeline'],
package_data={'sequence_processing_pipeline': ['templates/*', 'scripts/*']},
install_requires=[
'click', 'requests', 'pandas', 'flake8', 'nose', 'coverage',
'pgzip', 'jinja2',
Expand Down

0 comments on commit 5818f8c

Please sign in to comment.