Skip to content

Commit

Permalink
chore: check-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 15, 2021
1 parent 4847a18 commit 091957b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ repos:
rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
hooks:
- id: check-manifest
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include *.ipynb
include *.py
include *.rst
include *.yaml
include COPYING
recursive-include benchmarks *.py
recursive-include docs *.py
Expand All @@ -11,3 +12,4 @@ recursive-include examples *.csv
recursive-include examples *.json
recursive-include examples testfixed
recursive-include tests *.py
global-exclude *.pyc

0 comments on commit 091957b

Please sign in to comment.