Skip to content

Commit

Permalink
fixing setup.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisgcomte committed Sep 22, 2021
1 parent 11f07c2 commit cd62bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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"]),
packages=setuptools.find_packages("ecg_qc/*", exclude=["tests"]),
python_requires='>=3.6',
install_requires=[
"biosppy>=0.6.1",
Expand Down

0 comments on commit cd62bcc

Please sign in to comment.