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 BEBAA138CA4 for ; Sat, 18 Apr 2015 20:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33300E08FB; Sat, 18 Apr 2015 20:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C373BE08F8 for ; Sat, 18 Apr 2015 20:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27937340D0A for ; Sat, 18 Apr 2015 20:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D301636F for ; Sat, 18 Apr 2015 20:27:28 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1429386793.174a8b78de84e80e037fa28ac4c09efade49e926.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: / X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 174a8b78de84e80e037fa28ac4c09efade49e926 X-VCS-Branch: master Date: Sat, 18 Apr 2015 20:27:28 +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: a237f40e-48c3-4427-b164-25d63bf423ff X-Archives-Hash: 855e7324ec8e4f437e2eaeba2019c4b8 commit: 174a8b78de84e80e037fa28ac4c09efade49e926 Author: Magnus Granberg gentoo org> AuthorDate: Sat Apr 18 19:53:13 2015 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sat Apr 18 19:53:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=174a8b78 fix btc to tbc in setup setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bf78af8..e68da85 100644 --- a/setup.py +++ b/setup.py @@ -10,12 +10,12 @@ except ImportError: version = os.path.split(os.path.abspath(__file__))[-2].split('-')[-1] -packages = ['btc'] +packages = ['tbc'] -package_dir = {'btc': 'btc/pym'} +package_dir = {'tbc': 'tbc/pym'} setup( - name="btc", + name="tbc", version=version, author='Zorry', author_email='tinderbox-cluster@gentoo.org',