add description

This commit is contained in:
Christoph Rieke
2021-08-28 22:11:09 +02:00
parent b253b9da26
commit d1ca94b3d0

View File

@@ -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',