Skip to content

Commit cb560b3

Browse files
authored
[setup.py] Adding stubs recursively.
1 parent 76e605d commit cb560b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def build_extension(self, ext):
8181
'dqrobotics.solvers',
8282
'dqrobotics-stubs'],
8383
package_data={
84-
'dqrobotics-stubs': ["*.pyi"],
84+
'dqrobotics-stubs': ["**/*.pyi"],
8585
},
8686
classifiers=[
8787
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)