pytermgui icon indicating copy to clipboard operation
pytermgui copied to clipboard

[REQUEST] Include pyproject.toml in pip package

Open abhillman opened this issue 2 years ago • 1 comments

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

abhillman avatar Mar 24 '24 03:03 abhillman

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 :)

bczsalba avatar Aug 31 '24 21:08 bczsalba