summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-04 16:08:46 -0400
committerChris McDonough <chrism@plope.com>2011-09-04 16:08:46 -0400
commitf2513a1d3043ade91d75e190aaa9678bdb3d22d5 (patch)
tree38a4a6f20c5185ed5ad94e56ec6872f57c0ad5bd
parent8fabe465ce5f457d98fff757a992a5a45ab6bec7 (diff)
downloadrepoze-lru-f2513a1d3043ade91d75e190aaa9678bdb3d22d5.tar.gz
prep for 0.40.4
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ef7d150..68c4416 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(name='repoze.lru',
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
- "Programming Language :: Python : 3",
+ "Programming Language :: Python :: 3",
],
keywords='repoze lru cache',
author="Agendaless Consulting",