From f61f00a325fa84958e48b222bda0cb9eb71ee119 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 16 Feb 2024 10:18:02 +0100 Subject: [PATCH] Fix project description --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7da8e96..3983b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [