Skip to content

Commit

Permalink
MNT: update PyPI classifiers and add explicit python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Mar 6, 2023
1 parent fd56ace commit 980d99c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: C
Programming Language :: Cython
Topic :: Scientific/Engineering
Expand Down Expand Up @@ -265,6 +263,7 @@ def check_rsl_path(rsl_lib_path, rsl_include_path):
packages=find_packages(exclude=["docs"]),
include_package_data=True,
scripts=SCRIPTS,
python_requires=">=3.9",
install_requires=requirements,
setup_requires="setuptools_scm",
license=LICENSE,
Expand Down

0 comments on commit 980d99c

Please sign in to comment.