include py.typed in MANIFEST rather than setup
This commit is contained in:
parent
623b9c12cc
commit
697029fc6a
4 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ exclude raylib/*.c
|
|||
exclude raylib/*.o
|
||||
include version.py
|
||||
exclude tests/*
|
||||
|
||||
include raylib/py.typed
|
||||
include pyray/py.typed
|
||||
|
||||
|
||||
|
|
|
@ -9,3 +9,5 @@ include version.py
|
|||
exclude raylib/*.a
|
||||
exclude raylib/*.c
|
||||
exclude raylib/*.o
|
||||
include raylib/py.typed
|
||||
include pyray/py.typed
|
0
dynamic/raylib/py.typed
Normal file
0
dynamic/raylib/py.typed
Normal file
1
setup.py
1
setup.py
|
@ -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"],
|
||||
|
|
Reference in a new issue