summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2012-11-13 11:29:47 +0100
committerDomen Kožar <domen@dev.si>2012-11-13 11:29:47 +0100
commitdb80b7bf1d7b02f0fba2177a7925c0783bed5224 (patch)
treec3c3270bf0e6fc07e81742270f91feafa2d69366
parent36464b615db76271943dd149fda45cf4b883eded (diff)
downloadwebtest-db80b7bf1d7b02f0fba2177a7925c0783bed5224.tar.gz
typo
-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",