Skip to content

Commit a44bbc0

Browse files
committed
Updated pyproject.toml
1 parent a2bd6f3 commit a44bbc0

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

pyproject.toml

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
1-
[tool.poetry]
1+
[project]
22
name = "exasol-script-languages-container-ci-setup"
33
version = "1.8.0"
44
description = "Manages AWS cloud CI build infrastructure."
55

6-
license = "MIT"
7-
86
authors = [
9-
"Thomas Uebensee <[email protected]>"
7+
{ name="Thomas Uebensee", email="Thomas Uebensee <[email protected]>" }
108
]
119

10+
keywords = ['exasol', 'udf', 'script-languages']
11+
12+
license = "MIT"
13+
14+
readme = 'README.md'
15+
16+
[tool.poetry]
17+
18+
packages = [ {include = "exasol_script_languages_container_ci_setup"}, ]
19+
20+
[project.urls]
21+
22+
repository = "https://github.com/exasol/script-languages-container-ci-setup"
23+
homepage = "https://github.com/exasol/script-languages-container-ci-setup"
24+
1225
[tool.poetry.dependencies]
1326
python = ">=3.10.0,<4.0"
1427
click = "^8.1.3"
@@ -22,7 +35,7 @@ jsonschema = "^4.22.0"
2235
PyGithub = "^2.3.0"
2336

2437
[build-system]
25-
requires = ["poetry_core>=1.0.0"]
38+
requires = ["poetry_core>=2.0.0"]
2639
build-backend = "poetry.core.masonry.api"
2740

2841

@@ -77,4 +90,4 @@ module = [
7790
"tests.*",
7891
"test.*",
7992
]
80-
ignore_errors = true
93+
ignore_errors = true

0 commit comments

Comments
 (0)