diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:11:14 +0200 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:11:14 +0200 |
commit | 399ebabce847f393422fc194552e91936f220214 (patch) | |
tree | 106e1d28ea0f94b3c62fd4593003af902004ce96 /setup.py | |
parent | Support overwriting file target when symlink has same contents (diff) | |
download | confman-399ebabce847f393422fc194552e91936f220214.tar.xz |
Remove Python 2.5 support
Even if the goal is to support hostile environments, it's becoming hard
to find systems still having it.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ setup( py_modules=['confman'], classifiers=[ 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', ], ) |