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 8be79de commit 32bf860Copy full SHA for 32bf860
setup.py
@@ -162,7 +162,7 @@ def _main():
162
long_description_content_type="text/markdown",
163
license="BSD",
164
# Package info
165
- packages=find_packages(exclude=("test",)),
+ packages=find_packages(exclude=("test", "tutorials")),
166
ext_modules=get_extensions(),
167
cmdclass={
168
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
0 commit comments