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:
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:
pip install upgrade python-sec