From 309815b7e5432f7d21d0e138240b61365bbd935e Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sat, 29 Dec 2018 09:32:03 -0600 Subject: [PATCH] Fixed integration issue --- src/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setup.py b/src/setup.py index 9fa9b58..cca776c 100644 --- a/src/setup.py +++ b/src/setup.py @@ -26,8 +26,8 @@ from requests import certs def get_data(): return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]), - ("", [certs.where(), - ("plugins", glob("plugins/*/*.dll"))]),]+get_locales() + ("", [certs.where()], + ("plugins", glob("plugins/*/*.dll"))),]+get_locales() def get_locales(): answer = []