Browse Source

Update setup.py

pull/167/head
Luke 5 years ago
committed by GitHub
parent
commit
178bc50de2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py

2
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,

Loading…
Cancel
Save