Skip to content

Commit

Permalink
Fixed setup.py - included description, url
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Jul 27, 2018
1 parent 4f1669e commit ecae22d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#from distutils.core import setup
import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()


setuptools.setup(
name='openmaptiles-tools',
version='0.9.1',
packages=['openmaptiles'],
description="The OpenMapTiles tools for generating TM2Source projects, imposm3 mappings and SQL instructions from OpenMapTiles layers. We encourage other people to use this for their vector tile projects as well since this approach works well for us.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/openmaptiles/openmaptiles-tools",
license='MIT',
scripts=[
'bin/generate-doc',
Expand Down

0 comments on commit ecae22d

Please sign in to comment.