Skip to content

Commit

Permalink
Packaging: Tweaking MANIFEST.in to add missing files.
Browse files Browse the repository at this point in the history
Fixes #440, I hope?
  • Loading branch information
shazow committed Aug 6, 2014
1 parent 6b19087 commit dacce4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
@@ -1,2 +1,5 @@
include README.rst CHANGES.rst LICENSE.txt CONTRIBUTORS.txt dev-requirements.txt Makefile
recursive-include dummyserver *.*
recursive-include dummyserver *
recursive-include test *
recursive-include docs *
recursive-exclude docs/_build *
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -30,6 +30,7 @@ clean:
find . -name "*.py[oc]" -delete
find . -name "__pycache__" -delete
rm -f $(REQUIREMENTS_OUT)
rm -rf docs/_build

test: requirements
nosetests
Expand Down

0 comments on commit dacce4e

Please sign in to comment.