Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7913e2

Browse files
sebastickarimbahgat
authored andcommitted
Add interpreter version requirements to setup.py.
1 parent 1e8838d commit a7913e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def read_file(file):
1919
license='MIT',
2020
zip_safe=False,
2121
keywords='gis geospatial geographic shapefile shapefiles',
22+
python_requires='>= 2.7, >= 3',
2223
classifiers=['Programming Language :: Python',
2324
'Topic :: Scientific/Engineering :: GIS',
2425
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)