Skip to content

Commit

Permalink
Include py.typed file in wheels (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Feb 28, 2023
1 parent f5bb5bf commit 287f731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def run(self):
],
python_requires='>=3.7',
packages=['babel', 'babel.messages', 'babel.localtime'],
package_data={"babel": ["py.typed"]},
include_package_data=True,
install_requires=[
# This version identifier is currently necessary as
Expand Down

0 comments on commit 287f731

Please sign in to comment.