From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QurCE-0007cw-AI for garchives@archives.gentoo.org; Sat, 20 Aug 2011 19:27:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C5321C10A; Sat, 20 Aug 2011 19:26:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D60121C10A for ; Sat, 20 Aug 2011 19:26:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4D5C1B404B for ; Sat, 20 Aug 2011 19:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1C55480044 for ; Sat, 20 Aug 2011 19:26:37 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <90ed6091068a1ee6b3378f26378c57f7520a8153.vikraman@gentoo> Subject: [gentoo-commits] proj/gentoostats:master commit in: client/ X-VCS-Repository: proj/gentoostats X-VCS-Files: client/setup.py X-VCS-Directories: client/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: 90ed6091068a1ee6b3378f26378c57f7520a8153 Date: Sat, 20 Aug 2011 19:26:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fd3ce3d6745f07708348adecd5cad173 commit: 90ed6091068a1ee6b3378f26378c57f7520a8153 Author: Vikraman Choudhury gmail com> AuthorDate: Sat Aug 20 13:37:03 2011 +0000 Commit: Vikraman Choudhury gmail com> CommitDate: Sat Aug 20 13:37:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoostats.g= it;a=3Dcommit;h=3D90ed6091 add gentoostats-cli to setup.py --- client/setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/setup.py b/client/setup.py index c018ccc..7240c00 100644 --- a/client/setup.py +++ b/client/setup.py @@ -10,5 +10,5 @@ setup( license =3D "GPLv3", url =3D "http://soc.dev.gentoo/org/gentoostats", packages =3D ['gentoostats'], - scripts =3D ['gentoostats-send'] + scripts =3D ['gentoostats-send', 'gentoostats-cli'] )