mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
- 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.
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
include README.rst
|
|
include *.py
|
|
exclude openbabel.py
|
|
include *.html
|
|
recursive-include examples *
|