4 Commits

Author SHA1 Message Date
Matt Swain
46c9e1f8fd Update setup.py to install into openbabel package 2019-03-21 23:56:54 +00:00
Matt Swain
0c368799f7 Remove duplicate swig files
- Remove the duplicate swig interface files from the `python` directory.
- Remove the rule specifying those files from `MANIFEST.in`.
- Modify `setup.py` to pull in the interface files from the parent directory when preparing the distrubution using `sdist`.
- Add the rule `exclude openbabel.py` to `MANIFEST.in`, to help prevent accidentally including a copy of the resulting swig bindings in the source distribution.
- Bump the python bindings version number to 1.8.2 to allow these changes to be pushed to PyPI.
2015-04-10 14:21:46 +01:00
Matt Swain
b94f4b7f83 Add proper python README
- Convert README to restructuredtext format so it displays correctly on PyPI
- Update email address to current mailing list
- Tidy up setup.py
2014-01-20 17:58:42 +00:00
S. Joshua Swamidass
3cf839f34e Rewrote setup.py so that it can independentley install python bindings. Symbolic links to swig files added to enable this. 2014-01-05 08:51:47 -10:00