summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2013-07-03 11:58:53 +0200
committerjason kirtland <jek@discorporate.us>2013-07-03 11:58:53 +0200
commit01167338525a535f701e3150a4c8ce8fdb44e450 (patch)
tree6bf2a8f20d26c40095ce691f687790d67748e120
parentb42a659271a1acf368964399a1b0df295fd02a15 (diff)
downloadblinker-01167338525a535f701e3150a4c8ce8fdb44e450.tar.gz
Forgot to update setup.py for Python3.3.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 554cd07..3476795 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(name="blinker",
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],