From d1f4decfcc8b8de3e82c9ced6b1658e608f37a44 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sat, 19 Dec 2015 22:18:51 +0100 Subject: [PATCH] Test deploy --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 75b6aa79..fce9ef0e 100644 --- a/setup.py +++ b/setup.py @@ -54,8 +54,6 @@ if sys.platform == "win32": includefiles.append(libEGL_path) includefiles.append(libsodium_path) else: - libsodium_path = "" - print(QtCore.QCoreApplication.libraryPaths()) schemas = os.path.join(site.getsitepackages()[0], "jsonschema", "schemas") onlyfiles = [ f for f in listdir(schemas) if isfile(join(schemas,f)) ] for f in onlyfiles: -- GitLab