Rename README to README.rst for github rendering
This commit is contained in:
@@ -5,7 +5,7 @@ EXTRA_DIST = \
|
||||
INSTALL \
|
||||
Makefile.am \
|
||||
NEWS \
|
||||
README \
|
||||
README.rst \
|
||||
all_tests.py \
|
||||
c++/README \
|
||||
c/README \
|
||||
|
2
setup.py
2
setup.py
@@ -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',
|
||||
|
Reference in New Issue
Block a user