]> Frank Brehm's Git Trees - my-stuff/fbrehm.git/commitdiff
Anpassungen, Version hochgezählt
authorFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 14:04:50 +0000 (14:04 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 14:04:50 +0000 (14:04 +0000)
git-svn-id: http://svn.brehm-online.com/svn/my-stuff/python/fbrehm/trunk@183 ec8d2aa5-1599-4edb-8739-2b3a1bc399aa

MANIFEST.in
README.txt
setup.py

index 3c16dde8fad08beaaada9f3500d94450861b34a8..95cd027cace3ced36d8fef6cdd776f30a68dba6c 100644 (file)
@@ -1,3 +1,2 @@
 include Makefile
 recursive-include debian *
-recursive-include gentoo *
index b12d5b681575e4a7f4ed10647df32cc71f40ca27..1f06da0147d547ba59e8636eaf03c5b88cc91aa7 100644 (file)
@@ -2,3 +2,9 @@ Some desription of the Modules of Frank Brehm:
 
        to be done ...
 
+Gentoo:
+-------
+
+An ebuild-file is found here: http://svn.brehm-online.com/svn/portage/dev-python/fbrehm-libs/
+
+
index f98b2dd9f39802900b2766b45b35efdcb61bc0c8..771c8f4240ccc5956634f557a47c4cafba2b9a7f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ made by Frank Brehm.
 '''
 
 setup( name = 'fbrehm-libs',
-       version = '0.2',
+       version = '0.3',
        description = 'collection of common python modules by Frank Brehm',
        long_description = long_description,
        author = 'Frank Brehm',