diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 14:34:53 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 14:34:53 +0100 |
| commit | 3854cdfe8ef3d312f3285b085be7005b132c2eb1 (patch) | |
| tree | 81db48b9fe0b6c39e8a824e2472985a91de4cf24 /setup.py | |
| parent | 3c254123a88af9230c6e25535baa80a67ef6f5d4 (diff) | |
| download | sqlparse-3854cdfe8ef3d312f3285b085be7005b132c2eb1.tar.gz | |
Don't install tests as a package.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ if sys.version_info[0] == 3: setup( name='sqlparse', version=VERSION, - packages=find_packages(), + packages=find_packages(exclude=('tests',)), description='Non-validating SQL parser', author='Andi Albrecht', author_email='albrecht.andi@gmail.com', |
