Skip to content

Commit

Permalink
added python_requires to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Apr 27, 2020
1 parent b7e5253 commit 10f388d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
author = "Ian Heywood & RATT",
author_email = "ian.heywood@physics.ox.ac.uk",
url = "https://github.com/ratt-ru/shadeMS",
packages=find_packages(),
packages=find_packages(),
python_requires='>=3.5',
install_requires = requirements,
include_package_data = True,
scripts=["bin/" + i for i in os.listdir("bin")],
Expand Down

0 comments on commit 10f388d

Please sign in to comment.