Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't import biopandas during install (#60)
* Don't import biopandas during install Getting the __version__ during install is more safely done by reading __init__ as text. The reason is that __init__ may at some point include code that requires importing packages that have not yet been installed. Installing a package should always be possible using `pip install biopython` in an empty virtualenv. * Fix pep8 * Update setup.py * Fix imports * Fix for Python 2.7
- Loading branch information