diff --git a/MANIFEST.in b/MANIFEST.in index 8fbcca9b..e368899c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,7 @@ -recursive-include ckanext/qa/templates * +include README.rst +include LICENSE +include requirements.txt include setup.py +recursive-include ckanext/qa/ *.html *.json *.js *.less *.css *.mo *.yml *.config *.png *.jpeg *.svg *.po *.pot *.jpg *.map *.eot *.svg *.ttf *.woff *.woff2 *.yaml +recursive-include ckanext/qa/templates * +