From: Alex Waygood Date: Tue, 28 Feb 2023 13:49:59 +0000 (+0000) Subject: Include `py.typed` file in wheels (#975) X-Git-Tag: v2.12.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287f731fdde4b24034fd7f18b44de78e8db930e5;p=thirdparty%2Fbabel.git Include `py.typed` file in wheels (#975) --- diff --git a/setup.py b/setup.py index df6ad8b9..dbc6c60c 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( ], 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