pyproject
Some checks failed
/ job (push) Failing after 4s

This commit is contained in:
Marc Beninca 2024-06-21 13:30:23 +02:00
parent f448d71b95
commit c5c01f14cb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,11 +15,11 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = ["rwx"] dependencies = ["rwx"]
description = "Continuous Deployment" description = "Continuous Integration, Delivery & Deployment"
dynamic = ["version"] dynamic = ["version"]
keywords = [] keywords = []
license-files = { paths = ["license.md"] } license-files = { paths = ["license.md"] }
name = "cd" name = "cidd"
readme = "readme.md" readme = "readme.md"
requires-python = ">= 3.10" requires-python = ">= 3.10"
@ -29,7 +29,7 @@ requires-python = ">= 3.10"
[project.urls] [project.urls]
[tool.hatch.version] [tool.hatch.version]
path = "cd/__init__.py" path = "cidd/__init__.py"
[tool.ruff] [tool.ruff]
line-length = 80 line-length = 80