Benardi / touvlo

:robot: ML algorithms implemented from scratch and provided block by block
https://touvlo.readthedocs.io/en/latest/
MIT License
12 stars 18 forks source link

correct: the patch version #33

Closed rafaelcascalho closed 5 years ago

rafaelcascalho commented 5 years ago

Description

I added the necessary fields in the setup.py file, considering that the setup.cfg already did load the remaining necessary data. Besides that, updated the patch version to 0.4.3, and created tests to make sure the touvlo module is correctly imported, with its submodules and its methods. With that, the requests in issue #32 are filled and the project can now be imported to PyPi when it's ready. The styleguide used for my code was based on PEP 8. This guide my help in the future to put the project in PyPi.

Tests created :

Benardi commented 5 years ago

It seems that only what is imported at the touvlo/__init__.py at the root of the module's source is being provided in the package, such as the version attribute you imported.