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: satisfy wheel met


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] branch master updated: satisfy wheel metadata.
Date: Tue, 24 Sep 2019 11:40:37 +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 0852ef5  satisfy wheel metadata.
0852ef5 is described below

commit 0852ef50058b9dd2b26369b4b801d9951b36fc9b
Author: ng0 <address@hidden>
AuthorDate: Tue Sep 24 09:40:09 2019 +0000

    satisfy wheel metadata.
---
 setup.py | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/setup.py b/setup.py
index acc10bf..8207aa8 100644
--- a/setup.py
+++ b/setup.py
@@ -1,23 +1,25 @@
 from setuptools import setup, find_packages
 
-with open("README", "r") as f:
+with open('README', 'r') as f:
     long_description = f.read()
 
 setup(
-        name="taler-util",
-        version="0.6.0rc1",
-        author="Taler Systems SA",
-        author_email="address@hidden",
-        description="Util library for GNU Taler",
+        name='taler-util',
+        version='0.6.0rc1',
+        license=['AGPL3+', 'LGPL2.1+'],
+        platforms='any',
+        author='Taler Systems SA',
+        author_email='address@hidden',
+        description='Util library for GNU Taler',
         long_description=long_description,
-        url="https://git.taler.net/taler-util.git";,
+        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 Independent",
+            '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 Independent',
         ],
         python_requires='>=3.6',
-        test_suite="tests",
+        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]