Skip to content

Commit 8a01d97

Browse files
committed
Adjust to exclude tests and samples package paths.
1 parent 62c8fa9 commit 8a01d97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
maintainer_email='',
2424
description=_DESCRIPTION,
2525
long_description=_LONG_DESCRIPTION,
26-
packages=find_packages(),
26+
packages=find_packages(
27+
exclude=('tests', 'samples'),
28+
),
2729
install_requires=[],
2830
include_package_data=True,
2931
license='MIT',

0 commit comments

Comments
 (0)