File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" }, ]
3426requires-python = " >=3.8,<3.13"
3527readme = " README.md"
3628license = { file = " LICENSE" }
29+
3730dependencies = [
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 ]
4340requires = [" pdm-backend" ]
You can’t perform that action at this time.
0 commit comments