diff --git a/setup.py b/setup.py index 0ce5f345..9751fedf 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ setup( author = 'David Wilson', license = 'OpenLDAP BSD', url = 'http://github.com/dw/mitogen/', - py_packages = ['Mitogen'], + packages = ['mitogen'], zip_safe = False )