diff --git a/MANIFEST.in b/MANIFEST.in index ccecb0f33..ec1c1464b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,15 @@ -# Exclude tests from the source distribution. They require resources -# that make the distribution heavier than it needs to be. +# Include tests (but avoid including *.pyc, etc.) prune test +recursive-include test/rsrc * +include test/*.py -# Include documentation. +# Include relevant text files. include LICENSE NEWS README.rst +# Include the Sphinx documentation. +recursive-include docs *.rst *.py Makefile *.png +prune docs/_build + # Resources for web plugin. recursive-include beetsplug/web/templates * recursive-include beetsplug/web/static *