summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 84a0dcb..bd9ef58 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ version = '1.4.1'
setup(name='WebTest',
version=version,
description="Helper to test WSGI applications",
- long_description=open('REAMDE.rst').read(),
+ long_description=open('README.rst').read(),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Paste",