We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e605d commit cb560b3Copy full SHA for cb560b3
1 file changed
setup.py
@@ -81,7 +81,7 @@ def build_extension(self, ext):
81
'dqrobotics.solvers',
82
'dqrobotics-stubs'],
83
package_data={
84
- 'dqrobotics-stubs': ["*.pyi"],
+ 'dqrobotics-stubs': ["**/*.pyi"],
85
},
86
classifiers=[
87
"Programming Language :: Python :: 3.10",
0 commit comments