Skip to content

Commit 6d2b20c

Browse files
committed
proj: fix license text
1 parent 593b2ff commit 6d2b20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pixel_clusterizer"
77
version = "3.1.7"
8-
license = { "text" = "The MIT License (MIT)" }
8+
license = "MIT"
99
description = "A fast, generic, and easy to use clusterizer to cluster hits of a pixel matrix in Python."
1010
readme = {file = "README.md", content-type = "text/markdown"}
1111
requires-python = ">=3.10"
@@ -21,4 +21,4 @@ dependencies = [
2121
keywords=["cluster", "clusterizer", "pixel"]
2222

2323
[project.urls]
24-
"Repository" = "https://github.com/SiLab-Bonn/pixel_clusterizer"
24+
"Repository" = "https://github.com/SiLab-Bonn/pixel_clusterizer"

0 commit comments

Comments
 (0)