Skip to content
forked from pydata/xarray

Commit

Permalink
Add python_requires to setup.py (pydata#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored and shoyer committed Oct 6, 2018
1 parent 3cef8d7 commit 4a7a103
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 @@ -69,5 +69,6 @@
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
url=URL,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
packages=find_packages(),
package_data={'xarray': ['tests/data/*']})

0 comments on commit 4a7a103

Please sign in to comment.