Skip to content

Commit 1b13631

Browse files
committed
fix pip install
1 parent 888c0b5 commit 1b13631

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include rio_tiler_mvt/*.pyx

rio_tiler_mvt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""rio-tiler-mvt: MVT encoder."""
22

3-
__version__ = "0.0.1dev"
3+
__version__ = "0.0.1dev1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="rio-tiler-mvt",
28-
version="0.0.1dev",
28+
version="0.0.1dev1",
2929
description=u"""A rio-tiler plugin to encode tile array to MVT""",
3030
long_description=long_description,
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)