From 417768cce7408af2f0caed719ce6ef8072518419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 12 Jun 2020 12:59:51 +0200 Subject: [PATCH] misc: remove README extraction for setup long description --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c6acf74..db86999 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,6 @@ setup( author='atReal', author_email="support@atreal.fr", description="A Publik connector for Passerelle to openADS", - long_description=open('README').read(), classifiers=[ "Programming Language :: Python :: 2.7", "Development Status :: Testing",