fix: Build rio-tiler 4.0.0+ with hatchling

As per <https://github.com/cogeotiff/rio-tiler/pull/556/>.
This commit is contained in:
Victor Engmark 2022-12-13 15:50:07 +13:00
parent 7f5bf0fb69
commit bc302f9df7

View file

@ -14591,7 +14591,14 @@
"setuptools"
],
"rio-tiler": [
"flit-core"
{
"buildSystem": "flit-core",
"until": "4.0.0"
},
{
"buildSystem": "hatchling",
"from": "4.0.0"
}
],
"ripe-atlas-cousteau": [
"setuptools"