Skip to content

Commit d9679d5

Browse files
committed
chg: [bump] poetry 2.0
1 parent a0f9b8a commit d9679d5

File tree

2 files changed

+12
-141
lines changed

2 files changed

+12
-141
lines changed

poetry.lock

Lines changed: 1 addition & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
[tool.poetry]
1+
[project]
22
name = "pyail"
33
version = "0.0.11"
4-
description = ""
5-
authors = ["Aurelien Thirion (terrtia) <aurelien.thirion@circl.lu>"]
4+
description = "Python API for AIL"
5+
authors = [
6+
{name="Aurelien Thirion (terrtia)", email="<aurelien.thirion@circl.lu>"}
7+
]
68
license = "BSD-2-Clause"
7-
repository = "https://github.com/ail-project/PyAIL"
89

910
readme = "README.md"
1011

12+
[project.urls]
13+
repository = "https://github.com/ail-project/PyAIL"
14+
issues = "https://github.com/ail-project/PyAIL/issues"
15+
1116
[tool.poetry.dependencies]
1217
python = "^3.8"
1318
requests = "^2.23.0"
1419

15-
[tool.poetry.dev-dependencies]
20+
[poetry.group.dev.dependencies]
1621
pytest = "^5.2"
1722

1823
[build-system]
19-
requires = ["poetry>=0.12"]
24+
requires = ["poetry>=2.0"]
2025
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)