Commit 528b0127 authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

setup: Use correct packages declaration

py_packages is not a field know by distutils or setuptools. The closest
is `py_modules`, which perhaps what the erroneus line here started as.

Fixes #43
parent 12423566
......@@ -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
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment