summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2019-03-13 16:17:09 -0500
committerJay Hutchinson <jlhutch@gmail.com>2019-03-13 16:17:09 -0500
commite74d00be396a1418fc3957abc9a51746fcfa2540 (patch)
tree532d75e3e39199be3e59202add381e5841510bbe
parentd32647f9b25cda878f48db60963048e41572258e (diff)
downloadpylru-e74d00be396a1418fc3957abc9a51746fcfa2540.tar.gz
Moved readme to Restructured Text.
-rw-r--r--README.rst (renamed from README.md)0
-rw-r--r--setup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.rst
index 46377c2..46377c2 100644
--- a/README.md
+++ b/README.rst
diff --git a/setup.py b/setup.py
index bcc2caa..41e2101 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,6 @@ setup(
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
],
- long_description=open('README.md').read())
+ long_description=open('README.rst').read())