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 bdeb940 commit fc7e81bCopy full SHA for fc7e81b
mini_lambda/py.typed
setup.py
@@ -149,9 +149,8 @@
149
# If there are data files included in your packages that need to be
150
# installed, specify them here. If using Python 2.6 or less, then these
151
# have to be included in MANIFEST.in as well.
152
- # package_data={
153
- # 'sample': ['package_data.dat'],
154
- # },
+ # Note: we use the empty string so that this also works with submodules
+ package_data={"": ['py.typed', '*.pyi']},
155
156
# Although 'package_data' is the preferred approach, in some case you may
157
# need to place data files outside of your packages. See:
0 commit comments