Skip to content

Commit

Permalink
Merge pull request #360 from lkollar/fix-manifest-in
Browse files Browse the repository at this point in the history
Clean up MANIFEST.in
  • Loading branch information
sigmavirus24 committed May 16, 2018
2 parents b9806f4 + f7ac7d8 commit 2ab1a60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include LICENSE
include README.rst
include AUTHORS
include .coveragerc

recursive-include tests *.py
recursive-include docs *.bat
recursive-include docs *.empty
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include tests *.py *.whl deprecated-pypirc
recursive-include docs *.bat *.empty *.py *.rst Makefile *.txt

prune docs/_build
prune *.yml
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ deps =
readme_renderer
commands =
flake8 twine/ tests/ docs/
-check-manifest -v
check-manifest -v
python setup.py check -r -s

0 comments on commit 2ab1a60

Please sign in to comment.