Files
openbabel/scripts
Matt Swain 72be31f3fa Python setup.py fixes for 2.4.0 release
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`.
2016-09-23 21:59:16 +01:00
..
2016-06-24 08:10:30 +01:00
2010-12-15 21:45:57 +00:00
2015-03-19 20:37:14 +09:00
2016-07-19 11:41:40 +02:00