Skip to content

Commit

Permalink
added entry point script for the cli client in the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alak authored and aaugustin committed Feb 25, 2025
1 parent 6f89bac commit f4e4345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Documentation = "https://websockets.readthedocs.io/"
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
Tracker = "https://github.com/python-websockets/websockets/issues"

[project.scripts]
websockets = "websockets.__main__:main"

[tool.cibuildwheel]
enable = ["pypy"]

Expand Down

0 comments on commit f4e4345

Please sign in to comment.