mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
7 lines
193 B
Text
7 lines
193 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
|
|
|