From dff2c8449e805117c4038f0721edb0a31dcbcfd2 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 26 May 2020 15:57:28 +0200 Subject: [PATCH] Update setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d7fbba..932002c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( version="0.2b1", author="Linlin Jia", author_email="linlin.jia@insa-rouen.fr", - description="A Python library for graph kernels based on linear patterns", + description="A Python library for graph kernels, graph edit distances, and graph pre-images", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/jajupmochi/graphkit-learn",