Skip to content

Commit f61f00a

Browse files
committed
Fix project description
1 parent 82e5e53 commit f61f00a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "hatch-openzim"
77
requires-python = ">=3.8,<3.13"
8-
description = "Download files at build time"
8+
description = "openZIM hatch plugin to set metadata automatically and download files at build time"
99
readme = "README.md"
1010
classifiers = [ # needs hatch-openzim 0.2.0 to make it dynamic with additional-classifiers
1111
"Framework :: Hatch",
@@ -26,6 +26,7 @@ dynamic = ["authors", "keywords", "license", "version", "urls"]
2626

2727
[tool.hatch.metadata.hooks.openzim-metadata]
2828
additional-keywords = ["hatch","plugin","download","file"]
29+
preserve-classifiers = true # to be removed once 0.2.0 is used
2930

3031
[project.optional-dependencies]
3132
scripts = [

0 commit comments

Comments
 (0)