From 46d4b02c8148103a0ef07072777476ba8a62527e Mon Sep 17 00:00:00 2001 From: Ivan Anisimov Date: Sat, 16 Mar 2019 22:15:43 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1750a1..86fe482 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup(name='talon', version='1.4.7', description=("Mailgun library " "to extract message quotations and signatures."), - long_description=open("README.rst").read(), + long_description="", author='Mailgun Inc.', author_email='admin@mailgunhq.com', url='https://github.com/mailgun/talon',