gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-taler-util] branch master updated: apply feedback fr


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] branch master updated: apply feedback from fdold@, fix typo, resolve TODO item.
Date: Tue, 24 Sep 2019 11:05:45 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 7be1338  apply feedback from fdold@, fix typo, resolve TODO item.
7be1338 is described below

commit 7be1338fdd581002ea6bc9ec59798ad764ff9f98
Author: ng0 <address@hidden>
AuthorDate: Tue Sep 24 09:04:57 2019 +0000

    apply feedback from fdold@, fix typo, resolve TODO item.
---
 TODO     | 1 -
 setup.py | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/TODO b/TODO
index c6145f9..e73675b 100644
--- a/TODO
+++ b/TODO
@@ -2,4 +2,3 @@
 * Add LICENSEs (of AGPL3 and LGPL2.1)
 * fix failing test
 * dist build on linux box
-* clear kleingedrucktes in setup.py
diff --git a/setup.py b/setup.py
index 927a8bc..acc10bf 100644
--- a/setup.py
+++ b/setup.py
@@ -5,10 +5,10 @@ with open("README", "r") as f:
 
 setup(
         name="taler-util",
-        version="0.0.1",
+        version="0.6.0rc1",
         author="Taler Systems SA",
         author_email="address@hidden",
-        description="Utility functions for Taler build process",
+        description="Util library for GNU Taler",
         long_description=long_description,
         url="https://git.taler.net/taler-util.git";,
         packages=find_packages(),
@@ -16,7 +16,7 @@ setup(
             "Programming Language :: Python :: 3",
             "License :: OSI Approved :: GNU Lesser General Public License v2 
or later (LGPLv2+)",
             "License :: OSI Approved :: GNU Affero General Public License v3 
or later (AGPLv3+)",
-            "Operating System :: OS Independet",
+            "Operating System :: OS Independent",
         ],
         python_requires='>=3.6',
         test_suite="tests",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]