Skip to content

Commit b01bc00

Browse files
committed
fix: take version from _version
1 parent 7888a54 commit b01bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hatch-nodejs-version"
7-
version = "0.2.1"
87
description = "Hatch plugin for versioning from a package.json file"
98
authors = [
109
{name = "Angus Hollands", email = "[email protected]"},
@@ -15,6 +14,7 @@ dependencies = [
1514
requires-python = ">= 3.7"
1615
readme = "README.md"
1716
license = {text = "MIT"}
17+
dynamic = ["version"]
1818

1919
[project.optional-dependencies]
2020

0 commit comments

Comments
 (0)