From 178bc50de25269ba8335f4a2d2873714a142eccd Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 11 Nov 2019 13:18:34 +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 8a4a878..b9a1b7f 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', 'examples.', 'tests', 'tests.*']), + packages=find_packages(exclude=['examples', 'examples.*', 'tests', 'tests.*']), license='MIT', description='A Python library for Discord', long_description=readme,