Skip to content

Commit 01fd5c4

Browse files
Omkar Mestryomanges
Omkar Mestry
authored andcommitted
Updated setup.py and ReadME.MD
Signed-off-by: Omkar Mestry <omkar.mestry@here.com>
1 parent cdc7357 commit 01fd5c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ which demonstrates how to use some features of the XYZ Hub's RESTful API to:
1212

1313
The example GeoJSON file is fetched from a third-party [GitHub account](https://github.com/johan/world.geo.json) and is rendered using [Leaflet](https://leafletjs.com) for simplicity.
1414

15-
# ![Example map from xyzspaces demo.ipynb notebook](images/example_map.png)
15+
# ![Example map from xyzspaces demo.ipynb notebook](https://user-images.githubusercontent.com/30625612/88389592-63d6be00-cdd4-11ea-903b-15c7819d7e13.png)
1616

1717

1818
## Prerequisites

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
with open('{}/__version__.py'.format(packages[0])) as f:
4545
exec(f.read(), version)
4646

47+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
48+
long_description = f.read()
4749

4850
download_url = (
4951
"https://github.com/heremaps/xyz-spaces-python"
@@ -59,4 +61,6 @@
5961
dependency_links=dependency_links,
6062
# scripts=["bin/xyzspaces"],
6163
extras_require={"dev": dev_reqs},
64+
long_description=long_description,
65+
long_description_content_type='text/markdown',
6266
)

0 commit comments

Comments
 (0)