Skip to content

Commit 697029f

Browse files
include py.typed in MANIFEST rather than setup
1 parent 623b9c1 commit 697029f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exclude raylib/*.c
99
exclude raylib/*.o
1010
include version.py
1111
exclude tests/*
12-
12+
include raylib/py.typed
13+
include pyray/py.typed
1314

1415

dynamic/MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ include raylib/*.so
88
include version.py
99
exclude raylib/*.a
1010
exclude raylib/*.c
11-
exclude raylib/*.o
11+
exclude raylib/*.o
12+
include raylib/py.typed
13+
include pyray/py.typed

dynamic/raylib/py.typed

Whitespace-only changes.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def has_ext_modules(foo):
3838
"Programming Language :: Python :: 3.8",
3939
"Programming Language :: Python :: 3.7",
4040
],
41-
package_data={"raylib": ["py.typed"], "pyray": ["py.typed"]},
4241
packages=["raylib", "pyray"],
4342
include_package_data=True,
4443
setup_requires=["cffi>=1.17.1"],

0 commit comments

Comments
 (0)