mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
13 lines
382 B
Text
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
|