dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
90 stars 1 forks source link

switch to pyproject.toml #61

Closed dennisvang closed 1 year ago

dennisvang commented 1 year ago

Currently we have a minimal pyproject.toml, minimal setup.py (for editable installs), and a setup.cfg containing the actual project metadata.

It looks like pyproject.toml is no longer experimental, and can replace setup.cfg when using modern versions of pip and setuptools.

To prevent confusion, it would be nice to move the project metadata into pyproject.toml and remove setup.py and setup.cfg.