Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Apr 11, 2017
1 parent facfc65 commit 173a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ class bcolors:
requires = ['BeautifulSoup']
options = {'py2exe': {'compressed': 1, 'excludes': ['Tkconstants', 'Tkinter']}, }

setup(console, requires, options, )
setup(console=console, requires=requires, options=options, )

0 comments on commit 173a12e

Please sign in to comment.