Updated ci
This commit is contained in:
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
||||
name = "cpl-query"
|
||||
version = "2024.7.0"
|
||||
description = "CPL query"
|
||||
readme = { text = "CPL query package" }
|
||||
readme ="CPL query package"
|
||||
requires-python = ">=3.12"
|
||||
license = { text = "MIT" }
|
||||
authors = [
|
||||
|
||||
1
src/cpl_query/requirements.dev.txt
Normal file
1
src/cpl_query/requirements.dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
black==25.1.0
|
||||
38
src/cpl_translation/pyproject.toml
Normal file
38
src/cpl_translation/pyproject.toml
Normal file
@@ -0,0 +1,38 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=70.1.0", "wheel>=0.43.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "cpl-translation"
|
||||
version = "2024.7.0"
|
||||
description = "CPL translation"
|
||||
readme = "CPL translation package"
|
||||
requires-python = ">=3.12"
|
||||
license = { text = "MIT" }
|
||||
authors = [
|
||||
{ name = "Sven Heidemann", email = "sven.heidemann@sh-edraft.de" }
|
||||
]
|
||||
keywords = ["cpl", "translation", "backend", "shared", "library"]
|
||||
|
||||
dynamic = ["dependencies", "optional-dependencies"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://www.sh-edraft.de"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = { "" = "." }
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["cpl_translation*"]
|
||||
exclude = [
|
||||
"__pycache__",
|
||||
"logs",
|
||||
"tests",
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = { file = ["requirements.txt"] }
|
||||
optional-dependencies.dev = { file = ["requirements.dev.txt"] }
|
||||
|
||||
1
src/cpl_translation/requirements.dev.txt
Normal file
1
src/cpl_translation/requirements.dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
black==25.1.0
|
||||
1
src/cpl_translation/requirements.txt
Normal file
1
src/cpl_translation/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
cpl-core
|
||||
Reference in New Issue
Block a user