diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:21:17 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:21:17 -0700 |
commit | 2af6081eaf945b77493c6c6486216640cdfdd89a (patch) | |
tree | 5cf11311215656c12796454f0069ff54130a42db /setup.py | |
parent | 695527c9eea64caa1a55fdef7e4ac4996a74f3fd (diff) |
Forgot python 2.5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ setup( 'Topic :: Security :: Cryptography', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2 :: Only', |