tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
935 stars 161 forks source link

chore: migrate to pyproject.toml #268

Closed tlecomte closed 6 months ago

tlecomte commented 6 months ago

pyproject.toml is now a preferred place to implement many things that used to be in setup.py. This modernizes the setup and the dependency management, and removes the need for some of the workarounds for extensions and versioning.