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 2015/08/30 14:54:29 UTC

libcloud git commit: Update setup.py classifiers.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 529cff46f -> 64f566455


Update setup.py classifiers.


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

Branch: refs/heads/trunk
Commit: 64f566455cfc854090f51634facea9d884147d81
Parents: 529cff4
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 30 14:53:40 2015 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 30 14:53:40 2015 +0200

----------------------------------------------------------------------
 setup.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/64f56645/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index c0fd36c..2947aa8 100644
--- a/setup.py
+++ b/setup.py
@@ -267,6 +267,7 @@ setup(
     classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Console',
+        'Intended Audience :: Developers',
         'Intended Audience :: System Administrators',
         'License :: OSI Approved :: Apache Software License',
         'Operating System :: OS Independent',
@@ -281,4 +282,6 @@ setup(
         'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
-        'Programming Language :: Python :: Implementation :: PyPy'])
+        'Programming Language :: Python :: Implementation :: CPython'
+        'Programming Language :: Python :: Implementation :: PyPy']
+    )