use reStructuredText instead of Markdown

This commit is contained in:
Sergey Obukhov
2014-07-24 06:56:10 -07:00
parent 170f11038b
commit 81e88d9222
4 changed files with 110 additions and 100 deletions

View File

@@ -10,7 +10,7 @@ setup(name='talon',
version='1.0',
description=("Mailgun library "
"to extract message quotations and signatures."),
long_description=open("README.md").read(),
long_description=open("README.rst").read(),
author='Mailgun Inc.',
author_email='admin@mailgunhq.com',
url='https://github.com/mailgun/talon',