We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40be87c commit 2fbd804Copy full SHA for 2fbd804
1 file changed
setup.py
@@ -69,7 +69,7 @@ def build_extension(self, ext):
69
ext_modules=[CMakeExtension('dqrobotics._dqrobotics')],
70
cmdclass=dict(build_ext=CMakeBuild),
71
zip_safe=False,
72
- packages=find_namespace_packages(where='.'),
+ packages=find_namespace_packages(where='.', exclude=['*pybind11*', '*tests*']),
73
package_data={
74
'dqrobotics-stubs': ["**/*.pyi"],
75
},
0 commit comments