mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
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:
@@ -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__,
|
||||
|
||||
Reference in New Issue
Block a user