We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdebf commit 8a40b48Copy full SHA for 8a40b48
CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Changed
15
16
-*
+* Direct inclusion of pyi files in `setup.py`
17
18
### Fixed
19
setup.py
@@ -43,6 +43,7 @@
43
zip_safe=False,
44
packages=["mailme", "mailme.scripts"],
45
package_dir={"": os.path.normpath("src")},
46
+ package_data={"mailme": ["*.pyi"]},
47
install_requires=["appier"],
48
classifiers=[
49
"Development Status :: 3 - Alpha",
0 commit comments