Skip to content

Commit

Permalink
Fix project description
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 16, 2024
1 parent 82e5e53 commit f61f00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "hatch-openzim"
requires-python = ">=3.8,<3.13"
description = "Download files at build time"
description = "openZIM hatch plugin to set metadata automatically and download files at build time"
readme = "README.md"
classifiers = [ # needs hatch-openzim 0.2.0 to make it dynamic with additional-classifiers
"Framework :: Hatch",
Expand All @@ -26,6 +26,7 @@ dynamic = ["authors", "keywords", "license", "version", "urls"]

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

[project.optional-dependencies]
scripts = [
Expand Down

0 comments on commit f61f00a

Please sign in to comment.