Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-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 DCA8D18877 for ; Mon, 24 Aug 2015 15:26:14 +0000 (UTC) Received: (qmail 23632 invoked by uid 500); 24 Aug 2015 15:26:14 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 23605 invoked by uid 500); 24 Aug 2015 15:26:14 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 23588 invoked by uid 99); 24 Aug 2015 15:26:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2015 15:26:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75952E060C; Mon, 24 Aug 2015 15:26:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kgiusti@apache.org To: commits@qpid.apache.org Date: Mon, 24 Aug 2015 15:26:14 -0000 Message-Id: <00d6ba1b40f140b994a66a45462984ea@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] qpid-proton git commit: NO-JIRA: Add trove classifiers for python versions Repository: qpid-proton Updated Branches: refs/heads/master d9ff0f2dc -> 9ea4ff323 NO-JIRA: Add trove classifiers for python versions Signed-off-by: Kenneth Giusti Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/99be6462 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/99be6462 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/99be6462 Branch: refs/heads/master Commit: 99be6462fc02467025fc08968fa2faeedf6bd7d0 Parents: d9ff0f2 Author: Flavio Percoco Authored: Wed Aug 12 09:28:12 2015 +0200 Committer: Ken Giusti Committed: Mon Aug 24 10:23:37 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/python/setup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99be6462/proton-c/bindings/python/setup.py ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/setup.py b/proton-c/bindings/python/setup.py index a845af9..6a4ef31 100755 --- a/proton-c/bindings/python/setup.py +++ b/proton-c/bindings/python/setup.py @@ -371,7 +371,14 @@ setup(name='python-qpid-proton', license="Apache Software License", classifiers=["License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", - "Programming Language :: Python"], + "Programming Language :: Python", + "Programming Language :: Python :: 2" + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5"], cmdclass=cmdclass, # Note well: the following extension instance is modified during the # installation! If you make changes below, you may need to update the --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org