diff --git a/README.rst b/README.rst index f4090eb..8f05a16 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 714c323..3a9524a 100644 --- a/setup.py +++ b/setup.py @@ -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(