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 B87BB1888B for ; Mon, 24 Aug 2015 15:26:49 +0000 (UTC) Received: (qmail 26231 invoked by uid 500); 24 Aug 2015 15:26:49 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 26200 invoked by uid 500); 24 Aug 2015 15:26:49 -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 26191 invoked by uid 99); 24 Aug 2015 15:26:49 -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:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85D41E060C; Mon, 24 Aug 2015 15:26:49 +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 Message-Id: <046c95c097054ea4999a022f1b948071@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-proton git commit: NO-JIRA: fix invalid syntax for classifiers Date: Mon, 24 Aug 2015 15:26:49 +0000 (UTC) Repository: qpid-proton Updated Branches: refs/heads/0.10.x e81f55a45 -> 745202057 NO-JIRA: fix invalid syntax for classifiers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/74520205 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/74520205 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/74520205 Branch: refs/heads/0.10.x Commit: 74520205763d85923e29a4c4b855637cc5704716 Parents: e81f55a Author: Ken Giusti Authored: Mon Aug 24 11:25:39 2015 -0400 Committer: Ken Giusti Committed: Mon Aug 24 11:26:34 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/74520205/proton-c/bindings/python/setup.py ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/setup.py b/proton-c/bindings/python/setup.py index 6a4ef31..c42e3c2 100755 --- a/proton-c/bindings/python/setup.py +++ b/proton-c/bindings/python/setup.py @@ -372,7 +372,7 @@ setup(name='python-qpid-proton', classifiers=["License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", "Programming Language :: Python", - "Programming Language :: Python :: 2" + "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org