Skip to content

Commit

Permalink
Merge pull request #14 from beetbox/manifest
Browse files Browse the repository at this point in the history
Include test/__init__.py and test/rsrc in sdist
  • Loading branch information
arcresu committed Jun 2, 2019
2 parents 2fe5c04 + ba329e6 commit deb597f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
include LICENSE README.rst

# Include the Sphinx documentation.
recursive-include docs *.rst *.py Makefile *.png
prune docs/_build

# Include tests without pyc etc.
prune test
recursive-include test/rsrc *
recursive-exclude test/rsrc *.pyc
recursive-exclude test/rsrc *.pyo
include test/*.py

# Exclude junk.
global-exclude .DS_Store

0 comments on commit deb597f

Please sign in to comment.