Browse Source

Exclude tests and examples from setup packages.

pull/167/head
Luke 5 years ago
parent
commit
94ff3960c7
  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(),
packages=find_packages(exclude=["examples", "tests"]),
license='MIT',
description='A Python library for Discord',
long_description=readme,

Loading…
Cancel
Save