- commit before upload to crates.io

This commit is contained in:
Wim Pomp
2024-10-16 17:16:58 +02:00
parent eea72dfba9
commit 48b4a2c7ba
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ build-backend = "maturin"
name = "tiffwrite"
dynamic = ["version"]
authors = [{ name = "Wim Pomp", email = "w.pomp@nki.nl" }]
license = "GPLv3"
description = "Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel."
homepage = "https://github.com/wimpomp/tiffwrite"
repository = "https://github.com/wimpomp/tiffwrite"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",