From 6330616dd3e942e220def01957db25677524478a Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sat, 19 Dec 2015 22:04:40 +0100 Subject: [PATCH] Remove jsonschema --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04faa9ea..75b6aa79 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ includes = ["sip", "re", "json", "logging", "ucoinpy", "pylibscrypt", "aiohttp", "asyncio", "quamash", "jsonschema"] exclude = ['.git'] -packages = ["libnacl", "encodings", "jsonschema"] +packages = ["libnacl", "encodings"] includefiles = [] zipincludes = [] -- GitLab