Skip to content

Commit 61f3317

Browse files
a-alakaaugustin
authored andcommitted
added entry point script for the cli client in the pyproject.toml
1 parent 7ac73c6 commit 61f3317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Documentation = "https://websockets.readthedocs.io/"
3434
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
3535
Tracker = "https://github.com/python-websockets/websockets/issues"
3636

37+
[project.scripts]
38+
websockets = "websockets.__main__:main"
39+
3740
[tool.cibuildwheel]
3841
enable = ["pypy"]
3942

0 commit comments

Comments
 (0)