Skip to content

Commit

Permalink
manifest: Add all filetypes used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kokos committed Dec 28, 2022
1 parent 09e36ef commit b9a49c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ include pytest.ini
include *.py
recursive-include docs/ *.rst
recursive-include docs/ *.png
recursive-include tests *.py
recursive-include tests *.csv
recursive-include tests *.json
recursive-include tests *.pickle
recursive-include tests *.py
recursive-include tests *.toml
recursive-include tests *.yaml
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit b9a49c2

Please sign in to comment.