mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
@@ -1,3 +1,7 @@
|
||||
1.0.3
|
||||
------
|
||||
* add `pyproject.toml` and switch to `python -m build` for modernized build, resolving naming deprecation
|
||||
|
||||
1.0.2
|
||||
------
|
||||
* attribution and tileSize in metadata by @roblabs [#570]
|
||||
|
||||
3
python/rio-pmtiles/pyproject.toml
Normal file
3
python/rio-pmtiles/pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
@@ -1,3 +1,3 @@
|
||||
"""rio-pmtiles package"""
|
||||
|
||||
__version__ = "1.0.2"
|
||||
__version__ = "1.0.3"
|
||||
|
||||
Reference in New Issue
Block a user