Skip to content

Commit

Permalink
Merge pull request #111 from sugatoray/update_packaging
Browse files Browse the repository at this point in the history
Update packaging: add `MANIFEST.in` and `py.typed`
  • Loading branch information
AutoViML authored May 5, 2024
2 parents 977af2f + 4fc6d35 commit b1e5ff5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
include README.md
include auto_ts/py.typed # marker file for PEP 561

include CHANGELOG.md
include LICENSE
include CITATION.cff
include *.cff # citation info

include MANIFEST.in
include pyproject.toml
include setup.py
include setup.cfg

include requirements.txt

recursive-exclude tests *
recursive-exclude docs *
recursive-exclude site *
recursive-exclude example_datasets *
recursive-exclude example_notebooks *
recursive-exclude .github *

exclude .flake8
exclude .gitignore
exclude .mypy.ini
exclude .pre-commit-config.yaml
exclude .pylintrc
exclude Makefile
exclude updates.md
Empty file added auto_ts/py.typed
Empty file.

0 comments on commit b1e5ff5

Please sign in to comment.