We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2b42 commit d1cec11Copy full SHA for d1cec11
setup.py
@@ -1,13 +1,13 @@
1
from setuptools import setup
2
3
setup(name='pyshp',
4
- version='2.0.0-dev',
+ version='2.0.0',
5
description='Pure Python read/write support for ESRI Shapefile format',
6
long_description=open('README.md').read(),
7
author='Joel Lawhead',
8
author_email='[email protected]',
9
url='https://github.com/GeospatialPython/pyshp',
10
- download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.10.tar.gz',
+ download_url='https://github.com/GeospatialPython/pyshp/archive/2.0.0.tar.gz',
11
py_modules=['shapefile'],
12
license='MIT',
13
zip_safe=False,
0 commit comments