Repository: libcloud Updated Branches: refs/heads/trunk b3f5df875 -> 30d6e704c
Update classifiers - we also run under 3.5. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e2868b91 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e2868b91 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e2868b91 Branch: refs/heads/trunk Commit: e2868b91060b49c140e34c6d2b23d76a76b6446c Parents: b3f5df8 Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 8 18:17:43 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 8 18:17:43 2015 +0100 ---------------------------------------------------------------------- setup.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e2868b91/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 17a3ecc..9a29e3b 100644 --- a/setup.py +++ b/setup.py @@ -294,6 +294,7 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython' 'Programming Language :: Python :: Implementation :: PyPy'] )
