summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py13
1 files changed, 4 insertions, 9 deletions
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,