We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5010760 commit 3661d96Copy full SHA for 3661d96
pyproject.toml
@@ -8,7 +8,7 @@ authors = [
8
homepage = "https://kolena.com"
9
documentation = "https://docs.kolena.com"
10
readme = "README.md"
11
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
12
keywords = ["Kolena", "ML", "testing"]
13
classifiers = [
14
"Programming Language :: Python :: 3",
@@ -64,7 +64,7 @@ metrics = [
64
kolena = 'kolena._utils.cli:run'
65
66
[build-system]
67
-requires = ["hatchling<=1.25.0"]
+requires = ["hatchling"]
68
build-backend = "hatchling.build"
69
70
[tool.hatch.build.targets.sdist]
0 commit comments