From 42b79a22f1e5bc97015335d997dc5d03b13593f2 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Fonta Date: Fri, 31 Jan 2020 15:02:33 +0100 Subject: [PATCH] Update setup.py description and keywords Change-Id: I8f4e049f34d8bc92d2851aa6e713d7152afde336 --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 50a0aa4f..4050a811 100644 --- a/setup.py +++ b/setup.py @@ -29,12 +29,11 @@ author="BlueBrain DKE", author_email="bbp-ou-dke@groupes.epfl.ch", version=VERSION, - description="Framework building a bridge between data engineers," - "knowledge engineers, and (data) scientists in the context of" - "knowledge graphs", + description="A domain-agnostic, generic and extensible Python framework for consistently" + "building and interacting with knowledge graphs in a data science context.", long_description=long_description, long_description_content_type="text/markdown", - keywords="data knowledge scientists graph", + keywords="framework knowledge graph data science", url="https://github.com/BlueBrain/kgforge", packages=find_packages(), python_requires=">=3.7",