forked from aeon-toolkit/aeon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
27 lines (26 loc) · 700 Bytes
/
MANIFEST.in
File metadata and controls
27 lines (26 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
recursive-include aeon *.py
recursive-include aeon/datasets *.csv *.arff *.txt *.ts *.tsv *.tsf
recursive-include aeon/testing/example_results_files *.csv
include aeon/registry/README.md
include .coveragerc
include conftest.py
include LICENSE
include MANIFEST.in
include pyproject.toml
include README.md
recursive-exclude .binder *
recursive-exclude .github *
recursive-exclude docs *
recursive-exclude examples *
exclude .all-contributorsrc
exclude .codecov.yml
exclude .gitattributes
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude CHANGELOG.md
exclude CODE_OF_CONDUCT.md
exclude CODEOWNERS
exclude CONTRIBUTING.md
exclude CONTRIBUTORS.md
exclude GOVERNANCE.md