Skip to content

Commit 4826588

Browse files
committed
Filled pyproject.
1 parent 6e95e24 commit 4826588

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,19 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
]
25-
authors = [
26-
{ name = "Vd", email = "wultiplexor@vd2.org" },
27-
]
28-
urls = [
29-
{ homepage = "https://github.com/vd2org/wultiplexor" },
30-
{ repository = "https://github.com/vd2org/wultiplexor.git" },
31-
{ issues = "https://github.com/vd2org/wultiplexor/issues" },
32-
]
33-
25+
authors = [{ name = "Vd", email = "wultiplexor@vd2.org" }, ]
3426
requires-python = ">=3.8,<3.13"
3527
readme = "README.md"
3628
license = { file = "LICENSE" }
29+
3730
dependencies = [
3831
"websockets~=12.0",
3932
]
4033

34+
[project.urls]
35+
homepage = "https://github.com/vd2org/wultiplexor"
36+
repository = "https://github.com/vd2org/wultiplexor.git"
37+
issues = "https://github.com/vd2org/wultiplexor/issues"
4138

4239
[build-system]
4340
requires = ["pdm-backend"]

0 commit comments

Comments
 (0)