summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2009-09-16 23:32:11 -0700
committerRyan Williams <rdw@lindenlab.com>2009-09-16 23:32:11 -0700
commit5faeb99819dd70f80ba285cd32a8d256c43eb8ea (patch)
tree0a4a32f692aba66de4829d41479dd221e8149f9d /setup.py
parent7c9aea1c2afdc1a3787c7e37c172b078231f14a6 (diff)
downloadeventlet-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 550eadb..d876a9b 100644
--- a/setup.py
+++ b/setup.py
@@ -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",