beets/MANIFEST.in
Adrian Sampson b62b462b1e file-based genre whitelist & cleanup
--HG--
rename : beetsplug/lastgenre.py => beetsplug/lastgenre/__init__.py
2011-10-07 12:51:38 -07:00

13 lines
382 B
Text

# Exclude tests from the source distribution. They require resources
# that make the distribution heavier than it needs to be.
prune test
# Include documentation.
include LICENSE NEWS README.rst
# Resources for web plugin.
recursive-include beetsplug/web/templates *
recursive-include beetsplug/web/static *
# And for the lastgenre plugin.
include beetsplug/lastgenre/genres.txt