Skip to content

Commit

Permalink
BLD: Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed May 16, 2018
1 parent d04dc9a commit c95d6c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MANIFEST.in
@@ -1,6 +1,11 @@
exclude .appveyor.yml
exclude .gitignore
exclude .travis.yml
exclude readthedocs.yml
exclude Makefile
exclude *.ipynb
recursive-exclude ci *

include LICENSE
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
6 changes: 6 additions & 0 deletions setup.cfg
Expand Up @@ -6,3 +6,9 @@ ignore_missing_imports = True

[tool:pytest]
addopts = -v

[check-manifest]
ignore=
ci
conda-recipes
conda-recipes/*

0 comments on commit c95d6c5

Please sign in to comment.