Skip to content

Commit

Permalink
Update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado authored Aug 27, 2024
1 parent 7dcaa08 commit f2d26f0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f2d26f0

Please sign in to comment.