From patchwork Thu Jul 21 16:28:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 3027 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9E14723F4D for ; Thu, 21 Jul 2011 16:28:24 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 63B90A18123 for ; Thu, 21 Jul 2011 16:28:24 +0000 (UTC) Received: by qwb8 with SMTP id 8so1021366qwb.11 for ; Thu, 21 Jul 2011 09:28:23 -0700 (PDT) Received: by 10.229.44.19 with SMTP id y19mr426562qce.190.1311265702950; Thu, 21 Jul 2011 09:28:22 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs145013qcb; Thu, 21 Jul 2011 09:28:21 -0700 (PDT) Received: by 10.216.140.141 with SMTP id e13mr354785wej.85.1311265701296; Thu, 21 Jul 2011 09:28:21 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id g13si2799224wee.127.2011.07.21.09.28.20; Thu, 21 Jul 2011 09:28:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Qjw6m-0000lE-IS for ; Thu, 21 Jul 2011 16:28:20 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id F0CDF2E84FB for ; Thu, 21 Jul 2011 16:28:18 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 80 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 80: update setup.py Message-Id: <20110721162818.25393.94316.launchpad@loganberry.canonical.com> Date: Thu, 21 Jul 2011 16:28:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13475"; Instance="initZopeless config overlay" X-Launchpad-Hash: 5a36276143403b65348380b364f080574ba2d824 ------------------------------------------------------------ revno: 80 tags: release-0.1.0, 2011.07 committer: Paul Larson branch nick: lava-test timestamp: Thu 2011-07-21 11:26:12 -0500 message: update setup.py modified: setup.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-07-21 15:47:54 +0000 +++ setup.py 2011-07-21 16:26:12 +0000 @@ -28,13 +28,13 @@ description='Lava test execution framework', long_description=open("README").read(), packages=find_packages(exclude=['tests']), - license="GPL3", + license="GNU GPLv3", test_suite='tests.test_suite', scripts = ['bin/lava-test'], classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License, version 3", + "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Testing",