mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
This commit contains a few minor changes to the Python setup.py file that is used for independent installation of the Python bindings. - Version bumped to 2.4.0 to match the main Open Babel version. - The custom install command sublcass was fixed to just call the superclass install method after the extra build_ext command. This resolved an issue with running bdist_wheel. - `zip_safe` changed to `False`, so running `python setup.py install` behaviour is more like `pip install openbabel`.