aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:01:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:01:51 -0400
commitc5189c3992f32dcabf5cb294340bf4cad294de23 (patch)
tree865b9a27064f7b9d3c4d3f852a8f96e84977e682 /setup.py
parentd0620ffb8dbc53ac6089aead179a1fabed4e50e3 (diff)
downloadexternal_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.tar.gz
external_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.tar.bz2
external_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.zip
Rename CHANGES and README files for nicer rendering on Github.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1aa31687..573fb595 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ def _gen_console_scripts():
console_scripts = list(_gen_console_scripts())
-readme_file = io.open('README.txt', encoding='utf-8')
+readme_file = io.open('README.rst', encoding='utf-8')
with readme_file:
long_description = readme_file.read()