Skip to content

Commit

Permalink
Specify only >= 2.7 Python requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic authored and karimbahgat committed Nov 7, 2018
1 parent a7913e2 commit 21fcbd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -19,8 +19,10 @@ def read_file(file):
license='MIT',
zip_safe=False,
keywords='gis geospatial geographic shapefile shapefiles',
python_requires='>= 2.7, >= 3',
python_requires='>= 2.7',
classifiers=['Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'])

0 comments on commit 21fcbd3

Please sign in to comment.