Skip to content

Commit

Permalink
Merge pull request #59 from remix/dmitriy/readme-format
Browse files Browse the repository at this point in the history
Fix reStructuredText formatting in HISTORY.rst
  • Loading branch information
invisiblefunnel authored Aug 8, 2019
2 parents 4c64963 + a822c79 commit c0b9afc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
=======
History
=======

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clean-test: ## remove test and coverage artifacts
rm -fr .tox/
rm -f .coverage
rm -fr htmlcov/
rm tests/fixtures/*.zip
rm tests/fixtures/*.zip || true

dependency-graph.png:
dot -Tpng dependency-graph.dot -o dependency-graph.png
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c0b9afc

Please sign in to comment.