diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-27 18:13:18 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-27 18:13:18 +0900 |
commit | f45feffe05e234f55808353c116b788d4647ad70 (patch) | |
tree | b7dec17155dc1b7e44a4c66440988b62cd1fcb7e /setup.py | |
parent | 4945f6d038761900b918db2c79092f716987d2eb (diff) | |
download | buildstream-f45feffe05e234f55808353c116b788d4647ad70.tar.gz |
setup.py: Remove the old 'build-stream' entry point
Now you can only invoke BuildStream with the `bst` command
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -110,7 +110,6 @@ setup(name='BuildStream', ], entry_points=''' [console_scripts] - build-stream=buildstream._frontend:cli bst=buildstream._frontend:cli ''', setup_requires=['pytest-runner', 'setuptools_scm'], |