diff --git a/setup.py b/setup.py index 1388b5fe6..2f3667b6e 100644 --- a/setup.py +++ b/setup.py @@ -59,15 +59,10 @@ setup( 'data/*.txt', 'data/*.ftz', 'favicons/*.toml', - 'infopage/*/*', - 'static/themes/*', - 'static/themes/*/*', - 'static/themes/*/*/*', - 'templates/*/*', - 'templates/*/*/*', - 'translations/*', - 'translations/*/*', - 'translations/*/*/*', + 'infopage/**', + 'static/**', + 'templates/**', + 'translations/**', ], }, install_requires=requirements,