diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-10-24 21:22:32 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-10-24 21:22:32 +0200 |
| commit | 1acf52dc96f595d972375c0f2a185a668929a211 (patch) | |
| tree | da79c8b8ce71b66c150355a213747487c6696281 /setup.py | |
| parent | c08c750e799af5c17ccbebf9b34b95a38f8cfb55 (diff) | |
| download | sqlparse-1acf52dc96f595d972375c0f2a185a668929a211.tar.gz | |
Actually import setup, even without setuptools (fixes #115).
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ try: except ImportError: if sys.version_info[0] == 3: raise RuntimeError('distribute is required to install this package.') + from distutils.core import setup packages = ['sqlparse', 'sqlparse.engine'] |
