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 1QmutL-0000sD-H1 for garchives@archives.gentoo.org; Fri, 29 Jul 2011 21:46:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8B321C119; Fri, 29 Jul 2011 21:46:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 888AD21C119 for ; Fri, 29 Jul 2011 21:46:39 +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 F29661B401B for ; Fri, 29 Jul 2011 21:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5E4128003D for ; Fri, 29 Jul 2011 21:46:38 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: Subject: [gentoo-commits] dev/zorry:master commit in: / X-VCS-Repository: dev/zorry X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: ab4969e48b4c98f225d90cfbde40d6c6c9cd8709 Date: Fri, 29 Jul 2011 21:46:38 +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: 7c6fbbc4a7ee13b3b35cb28001a54f54 commit: ab4969e48b4c98f225d90cfbde40d6c6c9cd8709 Author: Magnus Granberg gentoo org> AuthorDate: Fri Jul 29 21:46:24 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Jul 29 21:46:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3Dab4969e4 Updated setup.py --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index fbd7be4..85d346a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ version =3D os.path.split(os.path.abspath(__file__))[-2= ].split('-')[-1] =20 packages =3D ['gobs'] =20 -package_dir =3D {'gobs'} +package_dir =3D {'gobs': 'gobs'} =20 setup( name=3D"gobs",