Skip to content

Commit 0aa106c

Browse files
committed
setup.py: Exclude 'examples' from being installed as a global pkg
1 parent 3c643cb commit 0aa106c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'Topic :: System :: Filesystems',
3737
'Topic :: Utilities'],
3838
platforms=['any'],
39-
packages=find_packages(exclude=['dist', 'build', 'docs', 'tests']),
39+
packages=find_packages(exclude=['dist', 'build', 'docs', 'tests',
40+
'examples']),
4041
package_data={'filetype': ['LICENSE', '*.md']},
4142
zip_safe=True)

0 commit comments

Comments
 (0)