Commit 97bffbb3 authored by Carl Meyer's avatar Carl Meyer

Add Python version trove classifiers.

parent fa341f3c
......@@ -11,6 +11,9 @@ setup(
install_requires=['redis>=2.4.5',],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment