Open try-agaaain opened 1 year ago
Write the pyproject.toml file to build the project. Then upload the packaged project to pypi. This allows users to easily complete the installation process by doing something like pip install gpttrace.
pyproject.toml
pip install gpttrace
reference: https://packaging.python.org/en/latest/tutorials/packaging-projects/
Write the
pyproject.toml
file to build the project. Then upload the packaged project to pypi. This allows users to easily complete the installation process by doing something likepip install gpttrace
.reference: https://packaging.python.org/en/latest/tutorials/packaging-projects/