mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
7 lines
179 B
Text
7 lines
179 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 *.txt
|
|
|