Skip to content

Commit

Permalink
Add python_requires >=2.7, >=3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Jan 14, 2018
1 parent e2a0446 commit 42ff102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
# https://packaging.python.org/en/latest/requirements.html
#install_requires=requirements,
install_requires=["numpy", "scipy", "astropy", "pyastronomy", "matplotlib",],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
setup_requires=['pytest-runner'],
tests_require=['pytest', "hypothesis", "pytest-cov"],
# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 42ff102

Please sign in to comment.