mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-22 14:13:04 +02:00
add description
This commit is contained in:
2
setup.py
2
setup.py
@@ -7,6 +7,8 @@ setup(
|
|||||||
name='prettymaps',
|
name='prettymaps',
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
description='A simple python library to draw pretty maps from OpenStreetMap data',
|
description='A simple python library to draw pretty maps from OpenStreetMap data',
|
||||||
|
long_description=parent_dir.joinpath("README.md").read_text(),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
url='https://github.com/marceloprates/prettymaps',
|
url='https://github.com/marceloprates/prettymaps',
|
||||||
author='Marcelo Prates',
|
author='Marcelo Prates',
|
||||||
author_email='marceloorp@gmail.com',
|
author_email='marceloorp@gmail.com',
|
||||||
|
Reference in New Issue
Block a user