Skip to content

Commit 293676b

Browse files
committed
chore: Reformat pyproject.toml.
1 parent dd628aa commit 293676b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
[tool.poetry]
1+
[build-system]
2+
requires = ["poetry-core"]
3+
build-backend = "poetry.core.masonry.api"
4+
5+
[project]
26
name = "eventsourcingdb"
37
version = "0.8.1"
48
description = "eventsourcingdb is the official client for EventSourcingDB."
59
authors = [
6-
{name = "the native web GmbH", email = "[email protected]"},
10+
{ name = "the native web GmbH", email = "[email protected]" }
711
]
812
readme = "README.md"
913
license = "MIT"
@@ -13,15 +17,10 @@ packages = [{include = "eventsourcingdb"}]
1317
python = "^3.13"
1418
aiohttp = "3.11.13"
1519

16-
1720
[tool.poetry.group.dev.dependencies]
1821
pytest = "8.3.5"
1922
flask = "3.1.0"
2023
pylint = "3.3.5"
2124
autopep8 = "2.3.2"
2225
pytest-timeout = "2.3.1"
2326
pytest-asyncio = "0.25.3"
24-
25-
[build-system]
26-
requires = ["poetry-core"]
27-
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)