fix setup.py not to install greentest as a package system-wide
This commit is contained in:
2
setup.py
2
setup.py
@@ -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
|
||||
|
Reference in New Issue
Block a user