Browse Source

Stop tests and examples from being published (#167)

* Exclude tests and examples from setup packages.

* Update setup.py

* Update setup.py

* Explicitly include rather than exclude
staging/v1.0.0
Luke 5 years ago
committed by Andrei Zbikowski
parent
commit
d89562204f
  1. 2
      setup.py

2
setup.py

@ -28,7 +28,7 @@ setup(
author='b1nzy', author='b1nzy',
url='https://github.com/b1naryth1ef/disco', url='https://github.com/b1naryth1ef/disco',
version=VERSION, version=VERSION,
packages=find_packages(), packages=find_packages(include=['disco*']),
license='MIT', license='MIT',
description='A Python library for Discord', description='A Python library for Discord',
long_description=readme, long_description=readme,

Loading…
Cancel
Save