Skip to content

Commit 1760941

Browse files
committed
Set extra classifiers
1 parent 6e6b691 commit 1760941

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-openzim"]
2+
requires = ["hatchling", "hatch-openzim>=0.2"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -25,11 +25,10 @@ dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
2525

2626
[tool.hatch.metadata.hooks.openzim-metadata]
2727
kind = "scraper"
28-
# not yet supported in hatch-openzim 0.1
29-
# additional-classifiers = [
30-
# "Development Status :: 5 - Production/Stable",
31-
# "Intended Audience :: Developers",
32-
# ]
28+
additional-classifiers = [
29+
"Development Status :: 5 - Production/Stable",
30+
"Intended Audience :: Developers",
31+
]
3332

3433
[project.optional-dependencies]
3534
scripts = [

0 commit comments

Comments
 (0)