Skip to content

Commit

Permalink
Fix heading and use the reST variant in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed Apr 24, 2016
1 parent 3694778 commit 72fa02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
paragoo
-------
=======

`paragoo`_ is a static site generator, written in Python. It takes a
simple `yaml`_ file with the structure of the site, the source
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 72fa02c

Please sign in to comment.