gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-util] 51/51: wrap-up


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] 51/51: wrap-up
Date: Mon, 23 Sep 2019 22:02:42 +0200

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

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

commit 3e2d0fbbe323f8db280f8da911d4ff741736d988
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 23 20:01:26 2019 +0000

    wrap-up
---
 LICENSE  |  0
 TODO     |  5 +++++
 setup.py | 23 +++++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e69de29
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c6145f9
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+0.0.1 release for pypi:
+* 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
new file mode 100644
index 0000000..927a8bc
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,23 @@
+from setuptools import setup, find_packages
+
+with open("README", "r") as f:
+    long_description = f.read()
+
+setup(
+        name="taler-util",
+        version="0.0.1",
+        author="Taler Systems SA",
+        author_email="address@hidden",
+        description="Utility functions for Taler build process",
+        long_description=long_description,
+        url="https://git.taler.net/taler-util.git";,
+        packages=find_packages(),
+        classifiers=[
+            "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",
+        ],
+        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]