Skip to content

Commit 49b07fc

Browse files
neiljpamanagr
authored andcommitted
setup: Exclude tests from non-development install.
1 parent 4a6f85d commit 49b07fc

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
@@ -67,7 +67,7 @@ def long_description():
6767
],
6868
python_requires='>=3.5, <3.8',
6969
keywords='',
70-
packages=find_packages(exclude=['test', 'test.*']),
70+
packages=find_packages(exclude=['tests', 'tests.*']),
7171
zip_safe=True,
7272
cmdclass={'test': PyTest},
7373
test_suite='test',

0 commit comments

Comments
 (0)