Skip to content

v0.2.77

Compare
Choose a tag to compare
@pedropark99 pedropark99 released this 30 Jan 16:15
· 5 commits to main since this release

This release fix an important issue on the build process of package. Basically, the setuptools could not find the source code of the package during the build process of the project. As consequence, the source code (.py files) of the package were not included in the distribution files of the package, and, as a consequence, the package could be installed, but not imported to the python session.

This release fix this issue, by changing the folder structure of the package, and adding a couple more options to the pyproject.toml file to help setuptools to find the source code and included it correctly in the compiled archives of the project.