Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol authored Feb 25, 2024
1 parent 383f243 commit 9eaa2b0
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 @@ -29,7 +29,7 @@ def readme():
license='MIT',
packages=find_packages(),
include_package_data=True,
requires-python = ">=3.8"
requires-python = ">=3.8",
install_requires=[
'lxml',
'multiqc==1.20.0',
Expand Down

0 comments on commit 9eaa2b0

Please sign in to comment.