We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593b2ff commit 6d2b20cCopy full SHA for 6d2b20c
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pixel_clusterizer"
7
version = "3.1.7"
8
-license = { "text" = "The MIT License (MIT)" }
+license = "MIT"
9
description = "A fast, generic, and easy to use clusterizer to cluster hits of a pixel matrix in Python."
10
readme = {file = "README.md", content-type = "text/markdown"}
11
requires-python = ">=3.10"
@@ -21,4 +21,4 @@ dependencies = [
21
keywords=["cluster", "clusterizer", "pixel"]
22
23
[project.urls]
24
-"Repository" = "https://github.com/SiLab-Bonn/pixel_clusterizer"
+"Repository" = "https://github.com/SiLab-Bonn/pixel_clusterizer"
0 commit comments