mirror of
https://github.com/beetbox/beets.git
synced 2026-05-20 11:06:03 -04:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
# 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
|
|
|