Rename README to README.rst for github rendering

This commit is contained in:
Robert Collins
2015-07-13 12:09:31 +12:00
parent 93e962b2b4
commit 766bd13461
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ EXTRA_DIST = \
INSTALL \
Makefile.am \
NEWS \
README \
README.rst \
all_tests.py \
c++/README \
c/README \

View File

View File

@@ -43,7 +43,7 @@ setup(
name='python-subunit',
version=VERSION,
description=('Python implementation of subunit test streaming protocol'),
long_description=open('README').read(),
long_description=open('README.rst').read(),
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',