diff --git a/setup.py b/setup.py index 29ef264..39db04b 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ version='10.5.5', summary="ArcGIS for Server REST API wrapper", description="""Wrapper to the ArcGIS REST API, and a Python analogue to the Javascript APIs""", + long_description=open("README.md").read(), author="Esri", author_email="jscheirer@esri.com", platform="any",