diff --git a/setup.py b/setup.py index b89fe44..b0f1e04 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,7 @@ distutils.core.setup( 'authentic.external.qommon.vendor', 'authentic.schemas'], cmdclass = {'build_py': qx_build_py}, scripts = ['authenticctl.py'], - data_files = data_tree('share/authentic/web/', 'data/web/') + \ - data_tree('share/authentic/themes/', 'data/themes/') + \ - data_tree('share/authentic/qommon/', 'data/qommon/') + \ - data_tree('share/authentic/vendor/', 'data/vendor/') + data_files = data_tree('share/authentic/', 'data/') ) if local_cfg: