diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2009-09-16 23:32:11 -0700 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2009-09-16 23:32:11 -0700 |
| commit | 5faeb99819dd70f80ba285cd32a8d256c43eb8ea (patch) | |
| tree | 0a4a32f692aba66de4829d41479dd221e8149f9d /setup.py | |
| parent | 7c9aea1c2afdc1a3787c7e37c172b078231f14a6 (diff) | |
| download | eventlet-5faeb99819dd70f80ba285cd32a8d256c43eb8ea.tar.gz | |
Finished off testing docs, put in nosewrapper script because it's a pain to get plugins in the path any other way.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ setup( retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.""", + test_suite = 'nose.collector', classifiers=[ "License :: OSI Approved :: MIT License", "Programming Language :: Python", |
