mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
18 lines
463 B
Text
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
|