Skip to content
Snippets Groups Projects
Commit 8ad44dae67b9 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Forward port fixes (#323)

parent 84fbf23aaafd
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@
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
-----
......
......@@ -24,6 +24,7 @@
[options]
python_requires = >=3.6
include_package_data = True
zip_safe = False
package_dir =
=src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment