Skip to content

Commit 3854cdf

Browse files
committed
Don't install tests as a package.
1 parent 3c25412 commit 3854cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_version():
9090
setup(
9191
name='sqlparse',
9292
version=VERSION,
93-
packages=find_packages(),
93+
packages=find_packages(exclude=('tests',)),
9494
description='Non-validating SQL parser',
9595
author='Andi Albrecht',
9696
author_email='[email protected]',

0 commit comments

Comments
 (0)