Luke
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|