pywinrt / python-winsdk

Python package with bindings for Windows SDK
https://python-winsdk.readthedocs.io
MIT License
77 stars 8 forks source link

`package_data` for `py.typed` and `.pyi` files can be removed with setuptools 69+ #45

Open Avasam opened 1 month ago

Avasam commented 1 month ago

Just a heads-up that as of https://setuptools.pypa.io/en/latest/history.html#v69-0-0, you can simplify (remove) your package_data: https://github.com/pywinrt/python-winsdk/blob/89d78d723bdaf10a0a86e9f7348a46f5cee794a8/setup.py#L33-L34