imapclient icon indicating copy to clipboard operation
imapclient copied to clipboard

Modernize build process

Open mjs opened this issue 2 years ago • 0 comments

Building with setup.py is deprecated and now generates warnings as such. Move to pyproject.toml based approach using pypa/build: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Remove setup.py and setup.cfg; update release creation process.

mjs avatar Oct 27 '23 18:10 mjs