Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ setup(name='talon',
|
|||||||
version='1.4.7',
|
version='1.4.7',
|
||||||
description=("Mailgun library "
|
description=("Mailgun library "
|
||||||
"to extract message quotations and signatures."),
|
"to extract message quotations and signatures."),
|
||||||
long_description="",
|
long_description=open("README.rst").read(),
|
||||||
author='Mailgun Inc.',
|
author='Mailgun Inc.',
|
||||||
author_email='admin@mailgunhq.com',
|
author_email='admin@mailgunhq.com',
|
||||||
url='https://github.com/mailgun/talon',
|
url='https://github.com/mailgun/talon',
|
||||||
|
|||||||
Reference in New Issue
Block a user