pyproject
This commit is contained in:
parent
b9ee5bdc0e
commit
117902ff7c
1 changed files with 3 additions and 3 deletions
|
@ -15,11 +15,11 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = ["rwx"]
|
dependencies = ["rwx"]
|
||||||
description = "Python Integration, Delivery & Deployment"
|
description = "Shell to Python Continuous Deployment"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
keywords = []
|
keywords = []
|
||||||
license-files = { paths = ["license.md"] }
|
license-files = { paths = ["license.md"] }
|
||||||
name = "pidd"
|
name = "spcd"
|
||||||
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 = "pidd/__init__.py"
|
path = "spcd/__init__.py"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 80
|
line-length = 80
|
||||||
|
|
Loading…
Reference in a new issue