Merge pull request #2577 from TomasTomecek/easier-development

allow running compose from git
This commit is contained in:
Aanand Prasad 2016-01-05 12:27:35 +00:00
commit c1a21d2497
1 changed files with 3 additions and 0 deletions

3
compose/__main__.py Normal file
View File

@ -0,0 +1,3 @@
from compose.cli.main import main
main()