diff --git a/src/setup.py b/src/setup.py index cca776c..35c1a73 100644 --- a/src/setup.py +++ b/src/setup.py @@ -25,9 +25,11 @@ from glob import glob from requests import certs def get_data(): - return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]), - ("", [certs.where()], - ("plugins", glob("plugins/*/*.dll"))),]+get_locales() + return [ + ("", ["app-configuration.defaults", "libvlccore.dll", "libvlc.dll", "cacerts.txt"]), + ("", [certs.where()]), + ("plugins", glob("plugins/*/*.dll")), + ]+get_locales() def get_locales(): answer = []