Skip to content

Commit 6db9928

Browse files
committed
Explicitly set project name for hatch
1 parent c81ead5 commit 6db9928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ dependencies = [
5151
"pytest",
5252
]
5353

54+
[tool.hatch.metadata]
55+
name = "metamorph-mda-parser"
56+
5457
[tool.coverage.run]
5558
source_pkgs = ["metamorph_mda_parser", "tests"]
5659
branch = true

0 commit comments

Comments
 (0)