fix setup.py not to install greentest as a package system-wide

This commit is contained in:
Denis Bilenko
2009-02-11 13:38:06 +06:00
parent 20fccea987
commit dd7ae2dcec

View File

@@ -11,7 +11,7 @@ setup(
author='Linden Lab',
author_email='eventletdev@lists.secondlife.com',
url='http://wiki.secondlife.com/wiki/Eventlet',
packages=find_packages(),
packages=find_packages(exclude=['greentest']),
long_description="""
Eventlet is a networking library written in Python. It achieves
high scalability by using non-blocking io while at the same time