pyproject

This commit is contained in:
Marc Beninca 2024-06-27 13:53:07 +02:00
parent b9ee5bdc0e
commit 117902ff7c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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