commit:     174a8b78de84e80e037fa28ac4c09efade49e926
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 19:53:13 2015 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> 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='[email protected]',

Reply via email to