From dacc3e363ded8b68bb4b71c1602e2c52b10b36e5 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 5 Jun 2020 22:29:32 +0200 Subject: author, etc --- src/python/gudhi/hera/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/python/gudhi/hera/__init__.py') diff --git a/src/python/gudhi/hera/__init__.py b/src/python/gudhi/hera/__init__.py index 044f81cd..f70b92b9 100644 --- a/src/python/gudhi/hera/__init__.py +++ b/src/python/gudhi/hera/__init__.py @@ -1,2 +1,7 @@ from .wasserstein import wasserstein_distance from .bottleneck import bottleneck_distance + + +__author__ = "Marc Glisse" +__copyright__ = "Copyright (C) 2020 Inria" +__license__ = "MIT" -- cgit v1.2.3