Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 190A59C2B for ; Sat, 31 Mar 2012 04:11:22 +0000 (UTC) Received: (qmail 68167 invoked by uid 500); 31 Mar 2012 04:11:21 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 68110 invoked by uid 500); 31 Mar 2012 04:11:20 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 68083 invoked by uid 99); 31 Mar 2012 04:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2012 04:11:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2012 04:11:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 694DC238896F; Sat, 31 Mar 2012 04:10:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1307714 - /libcloud/trunk/setup.py Date: Sat, 31 Mar 2012 04:10:58 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120331041058.694DC238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tomaz Date: Sat Mar 31 04:10:58 2012 New Revision: 1307714 URL: http://svn.apache.org/viewvc?rev=1307714&view=rev Log: Fix description, update classifiers. Modified: libcloud/trunk/setup.py Modified: libcloud/trunk/setup.py URL: http://svn.apache.org/viewvc/libcloud/trunk/setup.py?rev=1307714&r1=1307713&r2=1307714&view=diff ============================================================================== --- libcloud/trunk/setup.py (original) +++ libcloud/trunk/setup.py Sat Mar 31 04:10:58 2012 @@ -201,7 +201,7 @@ setup( name='apache-libcloud', version=read_version_string(), description='A standard Python library that abstracts away differences' + - 'among multiple cloud provider APIs', + ' among multiple cloud provider APIs', author='Apache Software Foundation', author_email='dev@libcloud.apache.org', requires=([], ['ssl', 'simplejson'],)[pre_python26], @@ -245,4 +245,5 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', - 'Programming Language :: Python :: 3.2']) + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: Implementation :: PyPy'])