diff --git a/MANIFEST.in b/MANIFEST.in index 3f4ce4f..5538354 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include tests/*.py \ No newline at end of file +recursive-include tests *.py +recursive-include flask_security/templates *.* \ No newline at end of file