We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888a54 commit b01bc00Copy full SHA for b01bc00
pyproject.toml
@@ -4,7 +4,6 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "hatch-nodejs-version"
7
-version = "0.2.1"
8
description = "Hatch plugin for versioning from a package.json file"
9
authors = [
10
{name = "Angus Hollands", email = "[email protected]"},
@@ -15,6 +14,7 @@ dependencies = [
15
14
requires-python = ">= 3.7"
16
readme = "README.md"
17
license = {text = "MIT"}
+dynamic = ["version"]
18
19
[project.optional-dependencies]
20
0 commit comments