autoprogram icon indicating copy to clipboard operation
autoprogram copied to clipboard

Use PEP 517 style build

Open Rogdham opened this issue 1 year ago • 0 comments

Many packages have switched to leverage PEP 517 style of building the package, dropping setuptools in the process.

At the same time, it may be worth considering changing setup.py into a more declarative pyproject.toml (or setup.cfg).

Rogdham avatar Mar 13 '24 18:03 Rogdham