Skip to content

Commit fc7e81b

Browse files
author
Sylvain MARIE
committed
PEP561 compliance. Fixes #19
1 parent bdeb940 commit fc7e81b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mini_lambda/py.typed

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@
149149
# If there are data files included in your packages that need to be
150150
# installed, specify them here. If using Python 2.6 or less, then these
151151
# have to be included in MANIFEST.in as well.
152-
# package_data={
153-
# 'sample': ['package_data.dat'],
154-
# },
152+
# Note: we use the empty string so that this also works with submodules
153+
package_data={"": ['py.typed', '*.pyi']},
155154

156155
# Although 'package_data' is the preferred approach, in some case you may
157156
# need to place data files outside of your packages. See:

0 commit comments

Comments
 (0)