From 117902ff7c69b76ffbae90b769ca6551d35fab7e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 27 Jun 2024 13:53:07 +0200 Subject: [PATCH] pyproject --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e48d346..be22922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = ["rwx"] -description = "Python Integration, Delivery & Deployment" +description = "Shell to Python Continuous Deployment" dynamic = ["version"] keywords = [] license-files = { paths = ["license.md"] } -name = "pidd" +name = "spcd" readme = "readme.md" requires-python = ">= 3.10" @@ -29,7 +29,7 @@ requires-python = ">= 3.10" [project.urls] [tool.hatch.version] -path = "pidd/__init__.py" +path = "spcd/__init__.py" [tool.ruff] line-length = 80