Add more info to python README and revert package name change

Change the python bindings package name back to 'openbabel', but make clear in the Python README that this is just the python bindings, not the main Open Babel library, just in case anyone stumbles across the PyPI page by accident.
This commit is contained in:
Matt Swain
2014-01-28 10:48:59 +00:00
parent 099f67badb
commit 9962917d9d
2 changed files with 28 additions and 21 deletions

View File

@@ -103,7 +103,7 @@ class CustomBuildExt(build_ext):
obextension = Extension('_openbabel', ['openbabel-python.i'], libraries=['openbabel'])
setup(name='openbabel-python',
setup(name='openbabel',
version=__version__,
author=__author__,
author_email=__email__,