pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 89 forks source link

Add `py.typed` to the built wheel #228

Closed bhrutledge closed 2 years ago

bhrutledge commented 2 years ago

Fixes #227 by including all data files specified in MANIFEST.in; see: https://setuptools.pypa.io/en/latest/userguide/datafiles.html.

Confirmed that installing the wheel in a Twine venv resolves the mypy errors.