mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
manifest now includes tests and docs (#256)
This commit is contained in:
parent
b1a1caa246
commit
9927109ca5
1 changed files with 8 additions and 3 deletions
11
MANIFEST.in
11
MANIFEST.in
|
|
@ -1,10 +1,15 @@
|
|||
# Exclude tests from the source distribution. They require resources
|
||||
# that make the distribution heavier than it needs to be.
|
||||
# Include tests (but avoid including *.pyc, etc.)
|
||||
prune test
|
||||
recursive-include test/rsrc *
|
||||
include test/*.py
|
||||
|
||||
# Include documentation.
|
||||
# Include relevant text files.
|
||||
include LICENSE NEWS README.rst
|
||||
|
||||
# Include the Sphinx documentation.
|
||||
recursive-include docs *.rst *.py Makefile *.png
|
||||
prune docs/_build
|
||||
|
||||
# Resources for web plugin.
|
||||
recursive-include beetsplug/web/templates *
|
||||
recursive-include beetsplug/web/static *
|
||||
|
|
|
|||
Loading…
Reference in a new issue