We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests
1 parent d77a97d commit a53ad80Copy full SHA for a53ad80
setup.py
@@ -61,7 +61,7 @@ def read_version():
61
url='https://github.com/aio-libs/aiomysql',
62
download_url='https://pypi.python.org/pypi/aiomysql',
63
license='MIT',
64
- packages=find_packages(),
+ packages=find_packages(exclude=['tests', 'tests.*']),
65
install_requires=install_requires,
66
extras_require=extras_require,
67
- include_package_data = True)
+ include_package_data=True)
0 commit comments