[REQUEST] Include pyproject.toml in pip package
Is your feature request related to a problem? Please describe. It would be nice to be able to pull from the pypi archive, but install using the pyproject.toml file. This would be helpful for the nix package manager, as a pyproject.toml file is used instead of a setup.py script.
Describe the solution you'd like n/a
Describe alternatives you've considered I can download the source distribution from pypi or from GitHub instead.
Is this feature present in other TUI products? Not sure.
Additional context n/a
Hey, sorry for the delay!
Not sure why the project still has a setup.py file, I've switched to using Hatch a long time ago and that is completely pyproject.toml driven. Is the current distribution problematic on Nix? I don't have much experience in those lands :)