fix setup entry point
This commit is contained in:
parent
398b448a8c
commit
04f69eb07d
2
setup.py
2
setup.py
@ -9,6 +9,6 @@ setup(
|
|||||||
license="LGPLv3+",
|
license="LGPLv3+",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": ["artiq_client = artiq.frontend.artiq_client:main"],
|
"console_scripts": ["artiq_netboot = artiq_netboot.artiq_netboot:main"],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user