Skip to content

Commit 32bf860

Browse files
authored
[Setup]: Exclude tutorials from wheels (#325)
1 parent 8be79de commit 32bf860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _main():
162162
long_description_content_type="text/markdown",
163163
license="BSD",
164164
# Package info
165-
packages=find_packages(exclude=("test",)),
165+
packages=find_packages(exclude=("test", "tutorials")),
166166
ext_modules=get_extensions(),
167167
cmdclass={
168168
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),

0 commit comments

Comments
 (0)