Add install command & reorganize

This commit is contained in:
Valentin Niess
2020-03-30 00:34:15 +02:00
parent ca80dd8452
commit 4eb7011425
9 changed files with 60 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
from .build import build_appimage
from .relocate import patch_binary, relocate_python
__all__ = ['build_appimage', 'patch_binary', 'relocate_python']