exclude .DS_Store from source distribution

This commit is contained in:
Adrian Sampson 2011-11-23 19:03:06 -08:00
parent 6f5beff8e0
commit a57d57bbb1

View file

@ -4,7 +4,7 @@ recursive-include test/rsrc *
include test/*.py
# Include relevant text files.
include LICENSE NEWS README.rst
include LICENSE README.rst
# Include the Sphinx documentation.
recursive-include docs *.rst *.py Makefile *.png
@ -16,3 +16,6 @@ recursive-include beetsplug/web/static *
# And for the lastgenre plugin.
include beetsplug/lastgenre/genres.txt
# Exclude junk.
global-exclude .DS_Store