Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 9, 2017
1 parent a5064a0 commit ac2934a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@

class BuildBinaryCommand(distutils.cmd.Command):
description = 'build binary release'
user_options = []

def initialize_options(self):
pass

def finalize_options(self):
pass

def run(self):
if sys.platform == 'darwin':
Expand Down

0 comments on commit ac2934a

Please sign in to comment.