From 29163515171a5039a06c94cecf91514118fea3ae Mon Sep 17 00:00:00 2001 From: Ivan Anisimov Date: Sat, 16 Mar 2019 22:17:26 +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 86fe482..b1750a1 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="", + long_description=open("README.rst").read(), author='Mailgun Inc.', author_email='admin@mailgunhq.com', url='https://github.com/mailgun/talon',