Skip to content

Commit 3661d96

Browse files
authored
chore: fix build (#766)
* bump packaging during build * use structured license * update key
1 parent 5010760 commit 3661d96

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
@@ -8,7 +8,7 @@ authors = [
88
homepage = "https://kolena.com"
99
documentation = "https://docs.kolena.com"
1010
readme = "README.md"
11-
license = "Apache-2.0"
11+
license = { text = "Apache-2.0" }
1212
keywords = ["Kolena", "ML", "testing"]
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
@@ -64,7 +64,7 @@ metrics = [
6464
kolena = 'kolena._utils.cli:run'
6565

6666
[build-system]
67-
requires = ["hatchling<=1.25.0"]
67+
requires = ["hatchling"]
6868
build-backend = "hatchling.build"
6969

7070
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)