Skip to content

Commit a53ad80

Browse files
committed
Don't install tests package
1 parent d77a97d commit a53ad80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read_version():
6161
url='https://github.com/aio-libs/aiomysql',
6262
download_url='https://pypi.python.org/pypi/aiomysql',
6363
license='MIT',
64-
packages=find_packages(),
64+
packages=find_packages(exclude=['tests', 'tests.*']),
6565
install_requires=install_requires,
6666
extras_require=extras_require,
67-
include_package_data = True)
67+
include_package_data=True)

0 commit comments

Comments
 (0)