Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias Megies; Fixes GH-47

https://github.com/eventlet/eventlet/issues/47
This commit is contained in:
Sergey Shepelev
2013-09-05 01:58:27 +04:00
parent 16e746be5e
commit 25bc2c402d
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
recursive-include tests *.py *.crt *.key
recursive-include doc *.rst *.txt *.py Makefile *.png
recursive-include examples *.py *.html
include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README
include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README.rst

View File

View File

@@ -19,7 +19,7 @@ setup(
long_description=open(
path.join(
path.dirname(__file__),
'README'
'README.rst'
)
).read(),
test_suite='nose.collector',