We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac73c6 commit 61f3317Copy full SHA for 61f3317
pyproject.toml
@@ -34,6 +34,9 @@ Documentation = "https://websockets.readthedocs.io/"
34
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
35
Tracker = "https://github.com/python-websockets/websockets/issues"
36
37
+[project.scripts]
38
+websockets = "websockets.__main__:main"
39
+
40
[tool.cibuildwheel]
41
enable = ["pypy"]
42
0 commit comments