We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f89bac commit f4e4345Copy full SHA for f4e4345
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