Skip to content

Commit

Permalink
FIX: Fix for missing tests in distribution. (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Jan 8, 2024
1 parent 8656754 commit 52f88bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include LICENSE.txt
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include act/plotting *.txt
recursive-include act/tests *

recursive-include docs *.rst conf.py Makefile make.bat

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ skip-string-normalization = true
ignore = ["act/io/arm.py"]

[tool.check-manifest]
ignore = ["docs/*", "tests/*", "ci/*"]
ignore = ["docs/*", "ci/*"]

0 comments on commit 52f88bd

Please sign in to comment.