summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--setup.py6
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="taler@gnu.org",
- 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",