From 6c850922c0055a0f172f6d95847a1892fb36c98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Szyma=C5=84ski?= Date: Tue, 29 Dec 2020 17:32:48 +0100 Subject: [PATCH] Make changes in setup.py for tarball --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 638f83c..a8dc2da 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ class PostInstallCommand(install): """Post-installation for installation mode.""" def run(self): - post_install() + #post_install() install.run(self) @@ -72,6 +72,7 @@ def run(self): include_package_data=True, scripts=[ 'WoeUSB/woeusb', + 'WoeUSB/woeusbgui', ], install_requires=[ 'termcolor',