Skip to content

Commit b6e8a8f

Browse files
tharvikpgjones
authored andcommitted
remove test package from installation
1 parent e695ae1 commit b6e8a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author='Benno Rice',
3636
author_email='[email protected]',
3737
url='https://github.com/python-hyper/wsproto/',
38-
packages=find_packages(),
38+
packages=find_packages(exclude=['test']),
3939
package_data={'': ['LICENSE', 'README.rst']},
4040
package_dir={'wsproto': 'wsproto'},
4141
python_requires=">=3.6.1",

0 commit comments

Comments
 (0)