diff --git a/setup.py b/setup.py index 13bcd8ba..4f629b4d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages setup( name = 'gunicorn', - version = '0.3.1', + version = '0.3.2', description = 'WSGI HTTP Server for UNIX', long_description = file( @@ -35,8 +35,8 @@ setup( 'Topic :: Utilities', 'Topic :: Software Development :: Libraries :: Python Modules', ], - - packages = ['gunicorn'], + zip_safe = False, + packages = find_packages(exclude=['examples', 'tests']), include_package_data = True, entry_points="""