Compare commits
1 Commits
2025.09.19
...
2025.09.19
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f698269b5 |
@@ -3,16 +3,16 @@ requires = ["setuptools>=70.1.0", "wheel>=0.43.0"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "cpl-application"
|
name = "cpl-api"
|
||||||
version = "2024.7.0"
|
version = "2024.7.0"
|
||||||
description = "CPL application"
|
description = "CPL api"
|
||||||
readme ="CPL application package"
|
readme ="CPL api package"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Sven Heidemann", email = "sven.heidemann@sh-edraft.de" }
|
{ name = "Sven Heidemann", email = "sven.heidemann@sh-edraft.de" }
|
||||||
]
|
]
|
||||||
keywords = ["cpl", "application", "backend", "shared", "library"]
|
keywords = ["cpl", "api", "backend", "shared", "library"]
|
||||||
|
|
||||||
dynamic = ["dependencies", "optional-dependencies"]
|
dynamic = ["dependencies", "optional-dependencies"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user