summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2013-09-05 01:58:27 +0400
committerSergey Shepelev <temotor@gmail.com>2013-09-05 01:58:27 +0400
commit25bc2c402d7057f624031d49dce9fcc24781aee1 (patch)
treeb8dc9d8c419f67e1a1b16e720d93ccd2478aa0a5
parent16e746be5eeff6b9d1c7aa7cb4f6e76319e3e6d9 (diff)
downloadeventlet-25bc2c402d7057f624031d49dce9fcc24781aee1.tar.gz
Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias Megies; Fixes GH-47
https://github.com/eventlet/eventlet/issues/47
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst (renamed from README)0
-rw-r--r--setup.py2
3 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 14e1604..196ff1f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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
diff --git a/README b/README.rst
index 08ef0f7..08ef0f7 100644
--- a/README
+++ b/README.rst
diff --git a/setup.py b/setup.py
index 9905acd..ec2b22a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
long_description=open(
path.join(
path.dirname(__file__),
- 'README'
+ 'README.rst'
)
).read(),
test_suite='nose.collector',