Clean the package layout

This commit is contained in:
Valentin Niess
2020-03-29 16:07:53 +02:00
parent f18d9d5537
commit f8a4c10644
15 changed files with 25 additions and 22 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']