Skip to content

Commit

Permalink
Use recusrive exclude to not include test files.
Browse files Browse the repository at this point in the history
Former-commit-id: 13843269d2e9fd9db861b1b00f1db6b4fdbeb3b7 [formerly a61a563]
Former-commit-id: e4f735ca919384d164112fa090f7e9a4102c8339
  • Loading branch information
shyuep committed Sep 23, 2016
1 parent dc16e86 commit 4d1ff7c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include *.rst LICENSE.rst CHANGES.rst requirements*.txt
recursive-include pymatgen *.py *.json *.yaml
prune */*/tests
prune */*/*/tests
prune */*/*/*/tests
prune */*/*/*/*/tests
recursive-exclude pymatgen tests/*.*
#prune */*/tests
#prune */*/*/tests
#prune */*/*/*/tests
#prune */*/*/*/*/tests

0 comments on commit 4d1ff7c

Please sign in to comment.