mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
add debugpy entry point
This commit is contained in:
parent
6e8e5becb2
commit
853cc05f50
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -195,5 +195,7 @@ if __name__ == "__main__":
|
|||
ext_modules=ExtModules(),
|
||||
has_ext_modules=lambda: True,
|
||||
cmdclass=cmds,
|
||||
# allow the user to call "debugpy" instead of "python -m debugpy"
|
||||
entry_points={"console_scripts": ["debugpy = debugpy.server.cli:main"]},
|
||||
**extras
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue