diff --git a/setup.py b/setup.py index aae4ce7d8..ccf2aa74f 100755 --- a/setup.py +++ b/setup.py @@ -319,7 +319,7 @@ setuptools.setup( 'tomli', ], package_data={ - '': ['templates/*', 'static/*', 'locale/*/LC_MESSAGES/*.mo'] + '': ['templates/*', 'static/**', 'locale/*/LC_MESSAGES/*.mo'] }, exclude_package_data={'': ['*/data/*']}, data_files=_gather_data_files() +