Skip to content

Commit 015abcb

Browse files
authored
update to hatchling 1.29 (#12)
This allows metadata 2.4 which allows License-Expression.
1 parent be4cf53 commit 015abcb

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Updated to hatchling 1.29
2+
3+
This raises the default metadata version to 2.4 which allows License-Expression.
4+
5+

hatch-dependency-coversion/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling==1.21.1", "hatch-vcs==0.4.0"]
2+
requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"]
33
build-backend = "hatchling.build"
44

55
[project]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Updated to hatchling 1.29
2+
3+
This raises the default metadata version to 2.4 which allows License-Expression.
4+

hatch-vcs-tunable/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling==1.21.1", "hatch-vcs==0.4.0"]
2+
requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)