mirror of
https://github.com/ciromattia/kcc
synced 2025-12-21 13:41:44 +00:00
Fix setup.py
This commit is contained in:
7
setup.py
7
setup.py
@@ -23,6 +23,13 @@ VERSION = __version__
|
|||||||
|
|
||||||
class BuildBinaryCommand(distutils.cmd.Command):
|
class BuildBinaryCommand(distutils.cmd.Command):
|
||||||
description = 'build binary release'
|
description = 'build binary release'
|
||||||
|
user_options = []
|
||||||
|
|
||||||
|
def initialize_options(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def finalize_options(self):
|
||||||
|
pass
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
|
|||||||
Reference in New Issue
Block a user