Skip to content

Commit 8a40b48

Browse files
committed
chore: inclusion of pyi files in setup.py
1 parent 1efdebf commit 8a40b48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
*
16+
* Direct inclusion of pyi files in `setup.py`
1717

1818
### Fixed
1919

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
zip_safe=False,
4444
packages=["mailme", "mailme.scripts"],
4545
package_dir={"": os.path.normpath("src")},
46+
package_data={"mailme": ["*.pyi"]},
4647
install_requires=["appier"],
4748
classifiers=[
4849
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)