From c5c01f14cb477b32bc2eae4379555d21a6c70654 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 21 Jun 2024 13:30:23 +0200 Subject: [PATCH] pyproject --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6027135..994bfc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = ["rwx"] -description = "Continuous Deployment" +description = "Continuous Integration, Delivery & Deployment" dynamic = ["version"] keywords = [] license-files = { paths = ["license.md"] } -name = "cd" +name = "cidd" readme = "readme.md" requires-python = ">= 3.10" @@ -29,7 +29,7 @@ requires-python = ">= 3.10" [project.urls] [tool.hatch.version] -path = "cd/__init__.py" +path = "cidd/__init__.py" [tool.ruff] line-length = 80