Repository: libcloud Updated Branches: refs/heads/trunk 07a5cf63d -> a5ff3dbb3
Updated supported providers graph with current providers and fixed issue in setup.py not registering against pypi Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a5ff3dbb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a5ff3dbb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a5ff3dbb Branch: refs/heads/trunk Commit: a5ff3dbb3b09b71fdbf5b4e85cd54e3ff57e8bb7 Parents: 07a5cf6 Author: anthony-shaw <[email protected]> Authored: Wed Dec 16 15:23:10 2015 +1100 Committer: anthony-shaw <[email protected]> Committed: Wed Dec 16 15:23:10 2015 +1100 ---------------------------------------------------------------------- docs/_static/images/supported_providers.png | Bin 110558 -> 102086 bytes setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a5ff3dbb/docs/_static/images/supported_providers.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/supported_providers.png b/docs/_static/images/supported_providers.png index 27645f6..7e78ae9 100644 Binary files a/docs/_static/images/supported_providers.png and b/docs/_static/images/supported_providers.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/a5ff3dbb/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index a8ca61d..7b04ec9 100644 --- a/setup.py +++ b/setup.py @@ -298,6 +298,6 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: Implementation :: CPython' + 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy'] )
