Skip to content

Commit 58d8b45

Browse files
committed
fix: add hatchling as dependency
1 parent 0169c0c commit 58d8b45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ description = "Hatch plugin for versioning from a package.json file"
99
authors = [
1010
{name = "Angus Hollands", email = "[email protected]"},
1111
]
12-
dependencies = []
12+
dependencies = [
13+
"hatchling>=0.21.0"
14+
]
1315
requires-python = ">= 3.7"
1416
readme = "README.md"
1517
license = {text = "MIT"}

0 commit comments

Comments
 (0)