mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-27 02:48:12 +08:00
artiq_browser: add entry points
This commit is contained in:
parent
91a362c898
commit
6686383378
@ -10,6 +10,7 @@ build:
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
|
||||
entry_points:
|
||||
- artiq_browser = artiq.frontend.artiq_browser:main
|
||||
- artiq_client = artiq.frontend.artiq_client:main
|
||||
- artiq_compile = artiq.frontend.artiq_compile:main
|
||||
- artiq_coreanalyzer = artiq.frontend.artiq_coreanalyzer:main
|
||||
|
Loading…
Reference in New Issue
Block a user