From d9938ae6b6746903b830a5e19048637aec58389c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 May 2022 12:04:10 -0600 Subject: [PATCH] Forward port fixes (#323) --- README.rst | 5 +++++ setup.cfg | 1 + 2 files changed, 6 insertions(+) diff --git a/README.rst b/README.rst index ecd247d..efab4be 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,11 @@ UNRELEASED to have a Rust compiler available. Nothing will change for users downloading wheels. +3.2.2 +----- + +* Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works. + 3.2.1 ----- diff --git a/setup.cfg b/setup.cfg index 26aabe1..899bda7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ classifiers = [options] python_requires = >=3.6 +include_package_data = True zip_safe = False package_dir = =src