Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jun 25, 2019
1 parent 888c0b5 commit 1b13631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include rio_tiler_mvt/*.pyx
2 changes: 1 addition & 1 deletion rio_tiler_mvt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""rio-tiler-mvt: MVT encoder."""

__version__ = "0.0.1dev"
__version__ = "0.0.1dev1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="rio-tiler-mvt",
version="0.0.1dev",
version="0.0.1dev1",
description=u"""A rio-tiler plugin to encode tile array to MVT""",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1b13631

Please sign in to comment.