Skip to content

Commit b931282

Browse files
committed
Pin hatchling to 1.26.3
See pypa/hatch#1872 (also remove unnecessary tool.hatch.metadata table)
1 parent 1f5bcbe commit b931282

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

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

55
[project]
@@ -51,9 +51,6 @@ dependencies = [
5151
"pytest",
5252
]
5353

54-
[tool.hatch.metadata]
55-
name = "metamorph-mda-parser"
56-
5754
[tool.coverage.run]
5855
source_pkgs = ["metamorph_mda_parser", "tests"]
5956
branch = true

0 commit comments

Comments
 (0)