Skip to content

Fixed issue with python3

Latest
Compare
Choose a tag to compare
@mriehl mriehl released this 10 Oct 06:54
· 113 commits to master since this release

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!