Converted README/HISTORY to Markdown format

This commit is contained in:
Hugo van Kemenade
2019-10-03 12:13:13 +03:00
committed by Claude Paroz
parent 923711d99a
commit e8838b5ce6
4 changed files with 241 additions and 273 deletions
+3 -2
View File
@@ -48,8 +48,9 @@ setup(
name='tablib',
version=version,
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=(open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read()),
long_description=(open('README.md').read() + '\n\n' +
open('HISTORY.md').read()),
long_description_content_type="text/markdown",
author='Kenneth Reitz',
author_email='me@kennethreitz.org',
url='http://python-tablib.org',