From f2d26f06f24b9f18a21f640027785908e76776a8 Mon Sep 17 00:00:00 2001 From: Duarte Folgado Date: Tue, 27 Aug 2024 10:02:54 +0100 Subject: [PATCH] Update MANIFEST.in --- MANIFEST.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c88f159..7653722 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,14 @@ +recursive-include tsfel *.py include LICENSE.txt -include requirements.txt +include MANIFEST.in +include pyproject.toml +include README.md + +recursive-exclude .github * +recursive-exclude docs * +recursive-exclude notebooks * +exclude .gitattributes +exclude .gitignore +exclude .pre-commit-config.yaml +exclude .readthedocs.yml +exclude CHANGELOG.rst