manifest now includes tests and docs (#256)

This commit is contained in:
Adrian Sampson 2011-11-23 18:15:40 -08:00
parent b1a1caa246
commit 9927109ca5

View file

@ -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 *