allow running compose from git
with: ``` $ git clone docker/compose && cd compose $ export PYTHONPATH="$PWD:$PYTHONPATH" $ python -m compose --help ``` Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
ea8cc1c3dc
commit
adde805829
1 changed files with 3 additions and 0 deletions
3
compose/__main__.py
Normal file
3
compose/__main__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from compose.cli.main import main
|
||||
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue