Ulauncher / Ulauncher

Feature rich application Launcher for Linux
https://ulauncher.io
Other
3.63k stars 191 forks source link

build: migrate setuptools setup.cfg to pyproject.toml (PEP 517) #1362

Closed friday closed 6 months ago

friday commented 6 months ago

setup.cfg will become depreceted eventually in favor of pyproject.toml.

https://drivendata.co/blog/python-packaging-2023

The tricky thing was getting this to work on Ubuntu 20.04 (which I still want to use for testing, to verify that we don't break in old Python versions.