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

Skip to content

Commit 92f275b

Browse files
committed
Support markdown on PyPI
1 parent 21fcbd3 commit 92f275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
def read_file(file):
55
with open(file, 'rb') as fh:
66
data = fh.read()
7-
87
return data.decode('utf-8')
98

109
setup(name='pyshp',
1110
version='2.0.0',
1211
description='Pure Python read/write support for ESRI Shapefile format',
1312
long_description=read_file('README.md'),
13+
long_description_content_type='text/markdown',
1414
author='Joel Lawhead',
1515
author_email='[email protected]',
1616
url='https://github.com/GeospatialPython/pyshp',

0 commit comments

Comments
 (0)