Skip to content

Commit 19aa1a0

Browse files
⬆️ Upgrade pyproject ror poetry 2.
1 parent 55ac834 commit 19aa1a0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
build-backend = "poetry.core.masonry.api"
33
requires = ["poetry-core>=1.0.0"]
44

5-
[tool.poetry]
6-
authors = ["Raphael Krupinski <[email protected]>"]
5+
[project]
6+
authors = [{ name = "Raphael Krupinski", email = "[email protected]" }]
77
description = "Python async OpenAPI client library generator"
88
license = "AGPL-3.0"
99
name = "lapidary-render"
1010
version = "0.11.1"
11-
packages = [{ include = "lapidary", from = "src" }]
12-
readme = 'Readme.md'
13-
repository = 'https://github.com/python-lapidary/lapidary'
11+
readme = "Readme.md"
1412
classifiers = [
1513
"Development Status :: 3 - Alpha",
1614
"Environment :: Console",
@@ -27,7 +25,11 @@ keywords = [
2725
"Code Generator",
2826
"OpenAPI Tools",
2927
]
30-
homepage = "https://lapidary.dev/"
28+
requires-python = "~=3.13"
29+
dynamic=["dependencies"]
30+
31+
[tool.poetry]
32+
packages = [{ include = "lapidary", from = "src" }]
3133

3234
[tool.poetry.dependencies]
3335
python = "^3.13"
@@ -41,7 +43,11 @@ python-mimeparse = ">=1.6,<3.0"
4143
ruamel-yaml = "^0.18"
4244
tomli-w = "^1"
4345

44-
[tool.poetry.scripts]
46+
[project.urls]
47+
Homepage = "https://lapidary.dev/"
48+
Repository = "https://github.com/python-lapidary/lapidary-render"
49+
50+
[project.scripts]
4551
lapidary = "lapidary.render:app"
4652

4753
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)