From 0fec8b31e28e6a4d4beb90fc1d4a0a9a4841001c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 30 Jan 2020 13:34:47 +0100 Subject: [PATCH] Build: Fixed long description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 505afba..e46eeaa 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author=__author__, author_email=__email__, description='An asynchronous DSL for the Gremlin-Python driver', - long_description=open('README.md').read(), + long_description='This project is officially hosted on QOTO GitLab here: https://git.qoto.org/goblin-ogm/aiogremlin', url='https://git.qoto.org/goblin-ogm/aiogremlin', download_url='https://github.com/goblin-ogm/aiogremlin/archive/v3.3.2.tar.gz', include_package_data=True, -- GitLab