Skip to content

Commit 287f731

Browse files
authored
Include py.typed file in wheels (#975)
1 parent f5bb5bf commit 287f731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def run(self):
5858
],
5959
python_requires='>=3.7',
6060
packages=['babel', 'babel.messages', 'babel.localtime'],
61+
package_data={"babel": ["py.typed"]},
6162
include_package_data=True,
6263
install_requires=[
6364
# This version identifier is currently necessary as

0 commit comments

Comments
 (0)