mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
7 lines
197 B
Text
7 lines
197 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
|
|
|