diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:01:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:01:51 -0400 |
commit | c5189c3992f32dcabf5cb294340bf4cad294de23 (patch) | |
tree | 865b9a27064f7b9d3c4d3f852a8f96e84977e682 /setup.py | |
parent | d0620ffb8dbc53ac6089aead179a1fabed4e50e3 (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |