Skip to content

Commit

Permalink
Update MANIFEST.in with suggestions from check-manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastula committed Feb 17, 2016
1 parent 2fa3377 commit a8535e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include tox.ini
include .coveragerc
include requirements_dev.txt
include Makefile

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.DS_Store

recursive-include docs *.rst conf.py Makefile make.bat
recursive-exclude docs *.rst conf.py Makefile make.bat

0 comments on commit a8535e0

Please sign in to comment.