pip install on native python3 systems (like arch) was failing due to a syntax error in the bdist_rpm
section of setup.cfg
.
This was breaking pip install fysom
because configparser validates the full file.
Many thanks to Ben for reporting this issue!