summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-08-12 16:36:18 +0200
committerGitHub <noreply@github.com>2021-08-12 16:36:18 +0200
commit56f79346dcdf87a462ca68188c43ec75bb61273b (patch)
tree8dff36556df07378c2029927e0efcaa4017c894c /src/python
parent709de343cfdedcb7b92f8b5f8f45234aa6013660 (diff)
parenta91e3bc16d511ef66bb296da6a990a0723100657 (diff)
Merge pull request #518 from VincentRouvreau/mailing_lists_migration
mailing lists migration and rephrase contributions in installation guides
Diffstat (limited to 'src/python')
-rw-r--r--src/python/doc/installation.rst9
-rw-r--r--src/python/setup.py.in2
2 files changed, 6 insertions, 5 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 9c16b04e..56f27b21 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -396,8 +396,9 @@ TensorFlow
Bug reports and contributions
*****************************
-Please help us improving the quality of the GUDHI library. You may report bugs or suggestions to:
+Please help us improving the quality of the GUDHI library.
+You may `report bugs <https://github.com/GUDHI/gudhi-devel/issues>`_ or
+`contact us <https://gudhi.inria.fr/contact/>`_ for any suggestions.
- Contact: gudhi-users@lists.gforge.inria.fr
-
-GUDHI is open to external contributions. If you want to join our development team, please contact us.
+GUDHI is open to external contributions. If you want to join our development team, please take some time to read our
+`contributing guide <https://github.com/GUDHI/gudhi-devel/blob/master/.github/CONTRIBUTING.md>`_.
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index 759ec8d8..c400b601 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -71,7 +71,7 @@ setup(
name = 'gudhi',
packages=find_packages(), # find_namespace_packages(include=["gudhi*"])
author='GUDHI Editorial Board',
- author_email='gudhi-contact@lists.gforge.inria.fr',
+ author_email='gudhi-contact@inria.fr',
version='@GUDHI_VERSION@',
url='https://gudhi.inria.fr/',
project_urls={