You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I've used pipenv to manage dependencies for my Python applications.
This time I'm making a library, and currently I have no idea how packaging works in Python.
So far, I've used
pipenv
to manage dependencies for my Python applications.This time I'm making a library, and currently I have no idea how packaging works in Python.
I heard hatch is good, so let's RTFM.https://hatch.pypa.io/latest/
Ended up using PDM instead.
https://pdm-project.org/latest/
pyproject.toml
The text was updated successfully, but these errors were encountered: