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: setup.py: declar


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] branch master updated: setup.py: declar test dependencies, change metadata lgpl2 to lgpl3
Date: Wed, 25 Sep 2019 12:10:38 +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 694fbff  setup.py: declar test dependencies, change metadata lgpl2 to 
lgpl3
694fbff is described below

commit 694fbffd8ffc312c216ce1f6c5ea0120a4d695db
Author: ng0 <address@hidden>
AuthorDate: Wed Sep 25 10:10:01 2019 +0000

    setup.py: declar test dependencies, change metadata lgpl2 to lgpl3
---
 setup.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 90005e6..52a37e2 100644
--- a/setup.py
+++ b/setup.py
@@ -3,6 +3,11 @@ from setuptools import setup, find_packages
 with open('README', 'r') as f:
     long_description = f.read()
 
+test_dependencies = [
+        'mock',
+        'future',
+        ]
+
 setup(
         name='taler-util',
         version='0.6.0rc1',
@@ -16,9 +21,10 @@ setup(
         packages=find_packages(),
         classifiers=[
             'Programming Language :: Python :: 3',
-            'License :: OSI Approved :: GNU Lesser General Public License v2 
or later (LGPLv2+)',
+            'License :: OSI Approved :: GNU Lesser General Public License v3 
or later (LGPLv2+)',
             'Operating System :: OS Independent',
         ],
         python_requires='>=3.1',
         test_suite='tests',
+        tests_require=test_dependencies,
 )

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



reply via email to

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