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 9822271 commit 412f383Copy full SHA for 412f383
setup.py
@@ -7,11 +7,11 @@ def read_file(file):
7
return data.decode('utf-8')
8
9
setup(name='pyshp',
10
- version='2.2.0dev',
+ version='2.2.0',
11
description='Pure Python read/write support for ESRI Shapefile format',
12
long_description=read_file('README.md'),
13
long_description_content_type='text/markdown',
14
- author='Joel Lawhead',
+ author='Joel Lawhead, Karim Bahgat',
15
author_email='[email protected]',
16
url='https://github.com/GeospatialPython/pyshp',
17
py_modules=['shapefile'],
0 commit comments