summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: f5459a443df6ae95c7379a1ebb539faea3521248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Include tests (but avoid including *.pyc, etc.)
prune test
recursive-include test/rsrc *
recursive-exclude test/rsrc *.pyc
recursive-exclude test/rsrc *.pyo
include test/*.py

# Include relevant text files.
include LICENSE README.rst
# And generated manpages.
include man/beet.1
include man/beetsconfig.5

# 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 *

# And for the lastgenre plugin.
include beetsplug/lastgenre/genres.txt
include beetsplug/lastgenre/genres-tree.yaml

# Exclude junk.
global-exclude .DS_Store

# Include default config
include beets/config_default.yaml

# Shell completion template
include beets/ui/completion_base.sh

# Include extra bits
recursive-include extra *