diff options
| author | Paweł Jastrzębski <[email protected]> | 2019-10-21 17:27:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-21 17:27:38 +0200 |
| commit | 515b83637fd0e531b1b21cac39a7fa42ed0a3f27 (patch) | |
| tree | d043ef19bd911fa7e02fddb6e341af5f68d95d65 /setup.py | |
| parent | Fixed Windows autoupdater (diff) | |
| parent | Update build scripts (diff) | |
| download | kcc-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-x | setup.py | 1 |
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 = [] |