mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
0.0.5
This commit is contained in:
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pmtiles",
|
name="pmtiles",
|
||||||
version="0.0.4",
|
version="0.0.5",
|
||||||
author="Brandon Liu",
|
author="Brandon Liu",
|
||||||
author_email="brandon@protomaps.com",
|
author_email="brandon@protomaps.com",
|
||||||
description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.",
|
description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.",
|
||||||
@@ -21,4 +21,4 @@ setuptools.setup(
|
|||||||
],
|
],
|
||||||
scripts=['bin/pmtiles-convert','bin/pmtiles-serve','bin/pmtiles-show'],
|
scripts=['bin/pmtiles-convert','bin/pmtiles-serve','bin/pmtiles-show'],
|
||||||
requires_python='>=3.0'
|
requires_python='>=3.0'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user