summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2011-03-14 17:08:38 -0400
committerjason kirtland <jek@discorporate.us>2011-03-14 17:08:38 -0400
commit6096207fa513d8bd7518e9d29f47ea126ea6ed09 (patch)
tree4e02562841e6ef7b92b77e4ad0fbf49b286313ba
parent967710b201dd251090b84f45e12a6f04bb1877f8 (diff)
downloadblinker-6096207fa513d8bd7518e9d29f47ea126ea6ed09.tar.gz
Compatible with Python 3.2
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8e1934d..554cd07 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ setup(name="blinker",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
+ 'Programming Language :: Python :: 3.2',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],