Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 341 Bytes

WetAI Python Utilities

This package is supposed to collect, as well as make installable through Pip, all of the Python code and utilities that we develop as part of the wetAI project.

To re-upload package

 python3 setup.py sdist bdist_wheel
 twine upload dist/*