summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/__init__.py.in
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-06 17:11:49 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-06 17:11:49 +0200
commit9b40c817277fa1de6c2b2e7b796ad0157ace4c61 (patch)
tree974e77954a60b6e7beed0d74a22e769b3e3bf335 /src/cython/gudhi/__init__.py.in
parent48dfd910463c33e0e331f84e151ac7fe1f93dbe2 (diff)
Add all modules that do not depend on Simplex tree
Diffstat (limited to 'src/cython/gudhi/__init__.py.in')
-rw-r--r--src/cython/gudhi/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/gudhi/__init__.py.in b/src/cython/gudhi/__init__.py.in
index 60ad7865..b2d2d3d7 100644
--- a/src/cython/gudhi/__init__.py.in
+++ b/src/cython/gudhi/__init__.py.in
@@ -10,7 +10,7 @@ from importlib import import_module
- YYYY/MM Author: Description of the modification
"""
-__author__ = "Vincent Rouvreau"
+__author__ = "GUDHI Editorial Board"
__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "https://gudhi.inria.fr/licensing/"
__version__ = "@GUDHI_VERSION@"