rio-pmtiles 1.0.3 (#576)

* add pyproject.toml
This commit is contained in:
Brandon Liu
2025-05-26 21:39:22 -07:00
committed by GitHub
parent 4faea046ab
commit 451a8a0c22
3 changed files with 8 additions and 1 deletions

View File

@@ -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 1.0.2
------ ------
* attribution and tileSize in metadata by @roblabs [#570] * attribution and tileSize in metadata by @roblabs [#570]

View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

View File

@@ -1,3 +1,3 @@
"""rio-pmtiles package""" """rio-pmtiles package"""
__version__ = "1.0.2" __version__ = "1.0.3"