diff --git a/pyproject.toml b/pyproject.toml index 75e5284..bfed49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ build-backend = "setuptools.build_meta" # Metadata (see https://peps.python.org/pep-0621/) [project] name = "ocf-template" -dynamic = ["version"] # Set automtically using git: https://setuptools-git-versioning.readthedocs.io/en/stable/ -description = "Consise summary of project" +dynamic = ["version"] # Set automatically using git: https://setuptools-git-versioning.readthedocs.io/en/stable/ +description = "Concise summary of project" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.12.0" license = {text = "MIT License"}