Skip to content

Commit

Permalink
fixing setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gilbert committed Nov 22, 2022
1 parent cd62bcc commit 6b9ff77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
long_description_content_type="text/markdown",
include_package_data=True,
url="https://github.com/Aura-healthcare/ecg_qc",
packages=setuptools.find_packages("ecg_qc/*", exclude=["tests"]),
# setuptools.find_packages("ecg_qc/*", exclude=["tests"]),
packages=['ecg_qc'],
ackage_dir={'ecg_qc': 'ecg_qc'},
python_requires='>=3.6',
install_requires=[
"biosppy>=0.6.1",
Expand Down

0 comments on commit 6b9ff77

Please sign in to comment.