diff --git a/setup.py b/setup.py index 1c86c603..eff4c7cf 100644 --- a/setup.py +++ b/setup.py @@ -101,6 +101,6 @@ ] ), package_data={ - "": ["*.j2"], + "": ["**/*.j2"] }, )