Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kai9987kai authored Feb 3, 2019
1 parent db6c8e5 commit 2e07197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup
import py2exe, sys, os

#This to change the script to an exe edit the variables inside the duckhunt-configurable.py file then run this script
sys.argv.append('py2exe')

setup(
Expand All @@ -9,7 +9,7 @@
description = 'duckhunt-',

options = {'py2exe': {'bundle_files': 1, 'compressed': True}},
windows = [{'script': "duckhunt.py"}],
windows = [{'script': "duckhunt-configurable.py"}],
zipfile = None,
)

Expand Down

0 comments on commit 2e07197

Please sign in to comment.