From 450062d97ab079d696bc672a21cc637ab07ed386 Mon Sep 17 00:00:00 2001 From: Bertil Varenhorst Date: Wed, 13 Nov 2024 14:13:48 +0100 Subject: [PATCH] description moved --- pyproject.toml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 522e939..0f9a569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,6 @@ build-backend = "hatchling.build" requires = ["hatchling"] [project] -name = 'package' -dynamic = ["version"] authors = [ { name = "Bertil Varenhorst", email = "bertil.varenhorst@ericsson.com" }, ] @@ -25,14 +23,6 @@ dependencies = [ "loguru==0.7.2", "python-dotenv==1.0.1" ] -[project.optional-dependencies] -dev = [ - "pytest==8.3.3", - "pytest-cov==6.0.0", - "mypy==1.13.0", - "pre-commit==4.0.1", - "ruff==0.7.3" -] description = '' dynamic = ["version"] keywords = [] @@ -41,6 +31,14 @@ name = "plantuml-gui" readme = "README.md" requires-python = ">=3.8" +[project.optional-dependencies] +dev = [ + "pytest==8.3.3", + "pytest-cov==6.0.0", + "mypy==1.13.0", + "pre-commit==4.0.1", + "ruff==0.7.3" +] [project.urls] Documentation = "https://github.com/Bertil Varenhorst/plantuml-gui#readme" Issues = "https://github.com/Bertil Varenhorst/plantuml-gui/issues"