Skip to content

Commit 85d73b8

Browse files
Fixed licence metadata
1 parent fe14d59 commit 85d73b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "pyramid-creator"
3-
version = "2024.12.18"
3+
version = "2024.12.18.1"
44
authors = [{ name = "Guillaume Le Goc", email = "[email protected]" }]
55
description = "Create pyramidal OME-TIFF from regular OME-TIFF images using QuPath or Python backend."
66
readme = "README.md"
77
requires-python = ">=3.12"
88

9-
license = { text = "GPLv3" }
9+
license = { text = "MIT" }
1010

1111
classifiers = ["Programming Language :: Python :: 3.12"]
1212

0 commit comments

Comments
 (0)