beets/MANIFEST.in
2011-11-23 18:15:40 -08:00

18 lines
463 B
Text

# Include tests (but avoid including *.pyc, etc.)
prune test
recursive-include test/rsrc *
include test/*.py
# 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 *
# And for the lastgenre plugin.
include beetsplug/lastgenre/genres.txt