diff --git a/scripts/python/setup.py b/scripts/python/setup.py index f72ceb2c3..17ed3fa50 100644 --- a/scripts/python/setup.py +++ b/scripts/python/setup.py @@ -54,5 +54,5 @@ setup(name='openbabel', author='Geoff Hutchison', author_email='openbabel-scripting@lists.sourceforge.net', url='http://openbabel.sourceforge.net/', - py_modules=['openbabel'], + py_modules=['openbabel','pyopenbabel'], ext_modules=[obExtension])