pmtiles-convert does pmtiles to mbtiles

This commit is contained in:
Brandon Liu
2021-03-02 17:45:11 +08:00
parent cd4980d20b
commit 27e2305fb4
3 changed files with 32 additions and 2 deletions

View File

@@ -19,6 +19,6 @@ setuptools.setup(
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
scripts=['bin/mbtiles2pmtiles','bin/pmtiles-serve','bin/pmtiles-show'],
scripts=['bin/pmtiles-convert','bin/pmtiles-serve','bin/pmtiles-show'],
requires_python='>=3.0'
)