diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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, |