Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Mar 21, 2022
1 parent 63aed6f commit 5e4c126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
author_email='oliver.schwengers@computational.bio.uni-giessen.de',
url='/~https://github.com/oschwengers/platon',
packages=['platon'],
python_requires='>=3.5',
python_requires='>=3.8',
include_package_data=True,
zip_safe=False,
install_requires=[
'biopython >= 1.71'
'biopython >= 1.78'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 5e4c126

Please sign in to comment.