add files in MANIFEST rather than setup

This commit is contained in:
Richard Smith 2024-11-17 00:53:33 +00:00
parent 091dfac296
commit ebbb9dc176
2 changed files with 2 additions and 1 deletions

View file

@ -7,4 +7,6 @@ include raylib/*.h
exclude raylib/*.c
exclude raylib/*.o
include version.py
include raylib/py.typed
include pyray/py.typed

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,
install_requires=["cffi>=1.17.0rc1"],