We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e3807 commit b45e44cCopy full SHA for b45e44c
setup.py
@@ -89,6 +89,7 @@ def find_meta(meta):
89
long_description=LONG,
90
packages=PACKAGES,
91
package_dir={"": "src"},
92
+ package_data={'attr': ['*.pyi']},
93
zip_safe=False,
94
classifiers=CLASSIFIERS,
95
install_requires=INSTALL_REQUIRES,
0 commit comments