gardenappl / vrms-arch

Virtual Richard M. Stallman for Arch Linux
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Update build system #3

Closed irismessage closed 1 year ago

irismessage commented 1 year ago

Based on https://peps.python.org/pep-0621/

mahlzahn commented 1 year ago

Makes sense to me. Also the setup.cfg can be totally removed because setuptools automatically scans for the contents in the src folder since v61.0.0. Would probably only need the setuptools>=61 as build dependency, but I did not test this, yet.