Add setup.py

This commit is contained in:
James Westman 2021-10-17 23:45:24 -05:00
parent b64d0346b0
commit cf2f5215c8
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 79 additions and 2 deletions

View file

@ -19,7 +19,7 @@
#
# SPDX-License-Identifier: LGPL-3.0-or-later
from gtkblueprinttool.main import BlueprintApp
from gtkblueprinttool import main
if __name__ == "__main__":
BlueprintApp().main()
main()