From d100d1c6ecae17f2e6f2b7f2da5644613ea6011b Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Wed, 1 Jan 2025 18:21:34 +0100 Subject: [PATCH] fix: typo --- pyproject.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 593a3aa..352eb71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,14 +49,13 @@ classifiers = [ "Topic :: Utilities", ] +dynamic = [ "version" ] -[project.optional-dependencies] -test = ["coverage", "hypothesis"] -doc = ["sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinxcontrib-apidoc"] -dev = ['yamlloader[test,doc]'] -[project.urls] -Homepage = "https://github.com/Phynix/yamlloader" -Documentation = "https://yamlloader.readthedocs.io/" +optional-dependencies.dev = [ "yamlloader[test,doc]" ] +optional-dependencies.doc = [ "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinxcontrib-apidoc" ] +optional-dependencies.test = [ "coverage", "hypothesis" ] +urls.Documentation = "https://yamlloader.readthedocs.io/" +urls.Homepage = "https://github.com/Phynix/yamlloader" [tool.hatch] version.source = "vcs"