Merge pull request #118 from techtonik/master
Execute buildozer as "python -m buildozer"
This commit is contained in:
commit
3d298b4195
1 changed files with 4 additions and 0 deletions
4
buildozer/__main__.py
Normal file
4
buildozer/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from buildozer.scripts.client import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Reference in a new issue