From a822c794635d5b4e3afb7eb58779f9ef4f298f32 Mon Sep 17 00:00:00 2001 From: Dmitriy Yakovlev Date: Thu, 8 Aug 2019 14:24:24 -0700 Subject: [PATCH] Fix rst formatting in history, minor grammatical fix in setup --- HISTORY.rst | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index cb5333e..020cdb9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,4 @@ +======= History ======= diff --git a/setup.py b/setup.py index 6e169d1..9805120 100755 --- a/setup.py +++ b/setup.py @@ -32,9 +32,10 @@ setup( name="partridge", version=about["__version__"], - description="Partridge is python library for working with GTFS " + description="Partridge is a python library for working with GTFS " "feeds using pandas DataFrames.", long_description=readme + "\n\n" + history, + long_description_content_type='text/x-rst', author="Danny Whalen", author_email="daniel.r.whalen@gmail.com", url="https://github.com/remix/partridge",