From 697f85f9ff6bc8e8b58b64b3a89180a963b2aef6 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 11 Nov 2019 13:16:20 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae63bf0..8a4a878 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author='b1nzy', url='https://github.com/b1naryth1ef/disco', version=VERSION, - packages=find_packages(exclude=["examples", "tests"]), + packages=find_packages(exclude=['examples', 'examples.', 'tests', 'tests.*']), license='MIT', description='A Python library for Discord', long_description=readme,