You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/18 00:23:27 UTC

git commit: Update setup.py and indicate it runs on Python 3.3.

Updated Branches:
  refs/heads/trunk d3b55e77d -> 3c3804ba8


Update setup.py and indicate it runs on Python 3.3.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3c3804ba
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3c3804ba
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3c3804ba

Branch: refs/heads/trunk
Commit: 3c3804ba8115006f98caec42ba5af8539f181eac
Parents: d3b55e7
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 18 00:08:12 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 18 00:08:12 2013 +0200

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/3c3804ba/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 1ed4ebd..8fb78c3 100644
--- a/setup.py
+++ b/setup.py
@@ -267,4 +267,5 @@ setup(
         'Programming Language :: Python :: 3.0',
         'Programming Language :: Python :: 3.1',
         'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: Implementation :: PyPy'])