about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-10-14 18:01:32 +0200
committerGitHub <[email protected]>2017-10-14 18:01:32 +0200
commit7524c50657e3b01459dc6940f562021a3e33a9b2 (patch)
tree3293727977f898cfc6718af8d415ef60de362b3e /setup.py
parentMerge pull request #244 from ciromattia/dev (diff)
parentUpdated README + version bump (diff)
downloadkcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.gz
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.bz2
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.zip
Merge pull request #250 from ciromattia/dev
5.4.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 89c41a0..c50dcaa 100755
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@ class BuildBinaryCommand(distutils.cmd.Command):
                       '--category "graphics" -d "unrar | unrar-free" -d "p7zip-full" -d "libc6" usr')
             exit(0)
 
+
 setuptools.setup(
     cmdclass={
         'build_binary': BuildBinaryCommand,