From 7e734d8a611b2851f3e4fea88d309e381ef41bde Mon Sep 17 00:00:00 2001 From: Sara Saray Date: Mon, 1 Jul 2019 14:35:22 +0200 Subject: [PATCH] Adding acknowledgements to README --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2394c50..17aff3e 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,11 @@ Test Platforms - scipy 1.17.0 - matplotlib 2.0.2, 2.2.4 - neuron 7.4 + + +Acknowledgments +----------------- + +This open source software code was developed in part in the Human Brain Project, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270 and No. 785907 (Human Brain Project SGA1 and SGA2). + +This research has been partially supported by the European Union, co-financed by the European Social Fund (EFOP-3.6.3-VEKOP- 16-2017-00002 ). diff --git a/setup.py b/setup.py index 7a2819b..e334b1c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def package_files(directory): setup( name='hippounit', - version='1.2.4', + version='1.2.5', author='Sara Saray, Szabolcs Kali, Christian Rossert, Andrew Davison, Shailesh Appukuttan', author_email='saray.sara@koki.mta.hu, kali@koki.hu, christian.rossert@epfl.ch, andrew.davison@unic.cnrs-gif.fr, shailesh.appukuttan@unic.cnrs-gif.fr', packages=['hippounit', 'hippounit.tests', 'hippounit.capabilities', 'hippounit.scores'],