about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2019-10-21 17:27:38 +0200
committerGitHub <[email protected]>2019-10-21 17:27:38 +0200
commit515b83637fd0e531b1b21cac39a7fa42ed0a3f27 (patch)
treed043ef19bd911fa7e02fddb6e341af5f68d95d65 /setup.py
parentFixed Windows autoupdater (diff)
parentUpdate build scripts (diff)
downloadkcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.tar.gz
kcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.tar.bz2
kcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.zip
Merge pull request #326 from ciromattia/dev
5.5.2
Diffstat (limited to '')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0868767..b21925d 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ MAIN = 'kcc.py'
 VERSION = __version__
 
 
+# noinspection PyUnresolvedReferences
 class BuildBinaryCommand(distutils.cmd.Command):
     description = 'build binary release'
     user_options = []