Skip to content

Commit

Permalink
chore: inclusion of pyi files in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 30, 2024
1 parent 1efdebf commit 8a40b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

*
* Direct inclusion of pyi files in `setup.py`

### Fixed

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
zip_safe=False,
packages=["mailme", "mailme.scripts"],
package_dir={"": os.path.normpath("src")},
package_data={"mailme": ["*.pyi"]},
install_requires=["appier"],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 8a40b48

Please sign in to comment.