Forward port fixes (#323)

This commit is contained in:
Alex Gaynor 2022-05-01 12:04:10 -06:00 committed by GitHub
parent 247ec22703
commit d9938ae6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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
-----

View File

@ -24,6 +24,7 @@ classifiers =
[options]
python_requires = >=3.6
include_package_data = True
zip_safe = False
package_dir =
=src