From 9d8663a9257f06fb63bbe38a5fe22c4fe5afacb3 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Sat, 14 Oct 2017 18:00:39 +0200 Subject: Updated README + version bump --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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, -- cgit 1.4.1