From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E2351381F3 for ; Thu, 11 Jul 2013 16:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C99A7E0A93; Thu, 11 Jul 2013 16:44:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25CF2E0A8D for ; Thu, 11 Jul 2013 16:44:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29AC233E9D7 for ; Thu, 11 Jul 2013 16:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CACACE545D for ; Thu, 11 Jul 2013 16:44:18 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373538960.0548f8ab06d87e83b4cc19230604b39ec9acfd95.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 0548f8ab06d87e83b4cc19230604b39ec9acfd95 X-VCS-Branch: gsoc13/next Date: Thu, 11 Jul 2013 16:44:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73f56c42-7044-4262-aa1c-078980d87d7a X-Archives-Hash: 3ab75938e6c9549916cf15e10749a194 Message-ID: <20130711164418.HLbmsU6bszBCsBfDP7N1_Y5MIdOQNMiewWiVLy-lvWY@z> commit: 0548f8ab06d87e83b4cc19230604b39ec9acfd95 Author: André Erdmann mailerd de> AuthorDate: Thu Jul 11 10:36:00 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Jul 11 10:36:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0548f8ab install fixup (#2) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60a2b09..d15419c 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup ( 'roverlay = roverlay.main:main_installed', ] }, - packages = find_packages(), + packages = find_packages ( exclude=[ 'tests', 'tests.*' ] ), classifiers = [ #'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',