# HG changeset patch # User hodgestar # Date 1356878373 0 # Node ID 06e89bc81d6d2f6e0f9406812cd1073a09ef2ae8 # Parent 96997655d9bc17abeb6b1f5e494fa98f8bc5190b Add Python 2 trove classifier so it's clear that Python 2 is still supported. diff --git a/setup.py b/setup.py --- 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',