Skip to content

Commit 14290e3

Browse files
authored
chore: add fcollonval as author (#31)
1 parent 0c434db commit 14290e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@ name = "hatch-nodejs-version"
77
description = "Hatch plugin for versioning from a package.json file"
88
authors = [
99
{name = "Angus Hollands", email = "[email protected]"},
10+
{name = "Frédéric Collonval" },
1011
]
1112
dependencies = [
1213
"hatchling>=0.21.0"
1314
]
14-
requires-python = ">= 3.7"
15+
requires-python = ">= 3.9"
1516
readme = "README.md"
1617
license = {text = "MIT"}
1718
classifiers = [
1819
"Framework :: Hatch",
19-
"Programming Language :: Python :: 3.7",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
]
2526
dynamic = ["version"]
2627
[project.entry-points.hatch]

0 commit comments

Comments
 (0)