Skip to content

Commit

Permalink
Make changes in setup.py for tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
WaxyMocha committed Dec 29, 2020
1 parent 445789d commit cbaf5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PostInstallCommand(install):
"""Post-installation for installation mode."""

def run(self):
post_install()
#post_install()
install.run(self)


Expand All @@ -72,6 +72,7 @@ def run(self):
include_package_data=True,
scripts=[
'WoeUSB/woeusb',
'WoeUSB/woeusbgui',
],
install_requires=[
'termcolor',
Expand Down

0 comments on commit cbaf5af

Please sign in to comment.