diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2012-11-13 01:28:08 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2012-11-13 01:28:08 +0100 |
| commit | 83fa145ba3df2a8adae51d3533d7f086c55336ce (patch) | |
| tree | 89d045ea8b3937d47218c46fc567efe4577b1913 /setup.py | |
| parent | e38c762dba98149c17dede3f6ef328554b20d79e (diff) | |
| download | webtest-83fa145ba3df2a8adae51d3533d7f086c55336ce.tar.gz | |
add a readme
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -7,15 +7,7 @@ version = '1.4.1' setup(name='WebTest', version=version, description="Helper to test WSGI applications", - long_description="""\ -This wraps any WSGI application and makes it easy to send test -requests to that application, without starting up an HTTP server. - -This provides convenient full-stack testing of applications written -with any WSGI-compatible framework. - -This is based on ``paste.fixture.TestApp``. -""", + long_description=open('REAMDE.rst').read(), classifiers=[ "Development Status :: 5 - Production/Stable", "Framework :: Paste", |
