1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Fix setup.py

This commit is contained in:
Paweł Jastrzębski
2017-04-09 15:41:12 +02:00
parent a5064a0c0a
commit ac2934aba2

View File

@@ -23,6 +23,13 @@ VERSION = __version__
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':