Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: /
Date: Fri, 29 Jul 2011 21:30:47
Message-Id: 389d733d5599c33ef426c2a07f077749f3430558.zorry@gentoo
1 commit: 389d733d5599c33ef426c2a07f077749f3430558
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 21:30:19 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 21:30:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=389d733d
7
8 Updated setup.py
9
10 ---
11 setup.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/setup.py b/setup.py
15 index c2a4417..fbd7be4 100644
16 --- a/setup.py
17 +++ b/setup.py
18 @@ -11,7 +11,7 @@ except ImportError:
19 use_setuptools()
20 from setuptools import setup
21
22 -version = os.path.split(os.path.abspath(__file__))[-2].split('-')[-1]
23 +version = os.path.split(os.path.abspath(__file__))[-2].split('-')[-1]
24
25 packages = ['gobs']