Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroMTQ committed Jan 11, 2022
1 parent 03374ed commit 14c0895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mantis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
"wheel",
"python>=3.7",
]
build-backend = "setuptools.build_meta"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_package_version():
],
license=LICENSE,
include_package_data=True,
install_requires=['cython','hmmer>=3.2.1','nltk>=1.18.1','psutil>=5.6.7','requests>=2.22.0','diamond>=2.0.13'],
install_requires=['cython','nltk>=1.18.1','psutil>=5.6.7','requests>=2.22.0','diamond>=2.0.13','python>=3.7'],
entry_points={
"console_scripts": [
"mantis=mantis.__main__:main",
Expand Down

0 comments on commit 14c0895

Please sign in to comment.