The objective is to upload the project to pypi so that others can conveniently use this library via pip install [project_name] rather than installing the dist/*.whl file or installing from the GitHub link (which takes a long time)
It is a free to upload to pypi and we already have the dist/ and pyproject.toml files. However, an account is required for the upload
The objective is to upload the project to
pypi
so that others can conveniently use this library viapip install [project_name]
rather than installing thedist/*.whl
file or installing from the GitHub link (which takes a long time)It is a free to upload to
pypi
and we already have thedist/
andpyproject.toml
files. However, an account is required for the upload