Skip to content

Commit

Permalink
Include correct python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed May 4, 2023
1 parent e66dde5 commit c2c6df2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -21,14 +21,15 @@ def main():
platforms=["Windows, UNIX"],
keywords=["Metabolomics", "Mass spectrometry", "Liquid-Chromatography Mass Spectrometry", "Metabolite Annotation"],
packages=setuptools.find_packages(),
python_requires=">=3.7",
python_requires=">=3.8",
test_suite="tests.suite",
install_requires=install_requires,
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Utilities",
Expand Down

0 comments on commit c2c6df2

Please sign in to comment.