diff --git a/pixi.lock b/pixi.lock index c0e90ce..64482a8 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5326,7 +5326,7 @@ packages: name: multiscale-spatial-image version: 2.0.2 path: . - sha256: b62b6e4f075c57bcf305fe72fa96e45503ac55abd488b9580f0ba0c8e59b1a85 + sha256: e2b3803080e5a8d162c70da12307451ac21d609cbd5deb6ee5306a1f60c03064 requires_dist: - dask - numpy diff --git a/pyproject.toml b/pyproject.toml index 95cd1d7..03b7e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.17.0"] +requires = ["hatchling"] build-backend = "hatchling.build" [project] @@ -7,7 +7,7 @@ name = "multiscale_spatial_image" description = "Generate a multiscale, chunked, multi-dimensional spatial image data structure that can be serialized to OME-NGFF." authors = [{name = "Matt McCormick", email = "matt@mmmccormick.com"}] readme = "README.md" -License-File = "LICENSE" +license.file = "LICENSE" home-page = "https://github.com/spatial-image/multiscale-spatial-image" classifiers = [ "License :: OSI Approved :: Apache Software License",