Overview
Address an issue where the package was not installing correctly because of the `setup.py` file. In short, the package was using the `find_package` function instead of the `find_namespace_packages`. This prevented the `setup.py` file from copying all the necessary files that were needed for installation. Meaning that users who did:
terminal
pip install python-sec
Would not be able to import the package. To resolve this issue, upgrade the package to version 0.1.6 by running:
terminal
pip install upgrade python-sec
Full Changelog
https://github.com/areed1192/python-sec/compare/0.1.5...master