include py.typed in MANIFEST rather than setup

This commit is contained in:
Richard Smith 2024-11-17 01:24:57 +00:00
parent 623b9c12cc
commit 697029fc6a
4 changed files with 5 additions and 3 deletions

View file

@ -38,7 +38,6 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
],
package_data={"raylib": ["py.typed"], "pyray": ["py.typed"]},
packages=["raylib", "pyray"],
include_package_data=True,
setup_requires=["cffi>=1.17.1"],