Closed ftnext closed 1 week ago
ref: https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels
If your project contains no C extensions and is expected to work on both Python 2 and 3, you will want to tell wheel to produce universal wheels by adding this to your setup.cfg file:
-> Let's remove (konmari✨)
Steps to reproduce
python -m build .
(Python 3.12.1, build 1.2.2.post1)Expected behaviour
No warning
Actual behaviour
Where to fix: https://github.com/Uberi/speech_recognition/blob/b0c91ae62d3f64519f7252a082b7e83cdbf8fb2b/setup.cfg#L1-L4