diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-02-28 08:22:45 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-02-28 08:22:45 +0100 |
| commit | 58134785ce80f43529c328e1c36a45739f3d84eb (patch) | |
| tree | 6e55f250dcfe95c090792415436cad6861592f30 /setup.py | |
| parent | 2fb3665eafbe71b886211b3bf0461bd201748194 (diff) | |
| download | sqlparse-58134785ce80f43529c328e1c36a45739f3d84eb.tar.gz | |
Add minimal changes to support Python 2.4.
Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are
that minimal and have no significant side-effects we can keep up the compatibility.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.4', 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', |
