Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@areed1192 areed1192 released this 23 Oct 17:44
· 2 commits to master since this release

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

Full Changelog

0.1.5...master