changeset 978:06e89bc81d6d trunk

Add Python 2 trove classifier so it's clear that Python 2 is still supported.
author hodgestar
date Sun, 30 Dec 2012 14:39:33 +0000
parents 96997655d9bc
children 97fcc9f0e191
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -130,6 +130,7 @@
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 3',
         'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
         'Topic :: Software Development :: Libraries :: Python Modules',
Copyright (C) 2012-2017 Edgewall Software