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 = []