Skip to content

Commit

Permalink
check manifest on release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Feb 2, 2023
1 parent 4b70108 commit 69ff59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
recursive-include tsml_eval *.py
recursive-include tsml_eval/data *.ts
recursive-include tsml_eval/datasets *.ts
include LICENSE

# these are in _wip currently, may want to remove in the future
recursive-include tsml_eval *.csv *.ipynb *.sh
recursive-include tsml_eval *.csv *.ipynb *.sh *.txt
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ include = ["tsml_eval"]

[tool.check-manifest]
ignore = [
"ada_uea_experiments/**",
"_uea_experiments/**",
"examples/**",
"results/**",
"docs/**",
"requirements.txt",
"*.yaml",
"*.yml",
".coveragerc",
]

[tool.flake8]
Expand Down

0 comments on commit 69ff59a

Please sign in to comment.