You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
It would be great to simplify the build process to just use setup.py, no need to use a Makefile, since setup.py can also deliver command line scripts. The Python 2 vs Python 3 script nature should be removed and just deliver code that works under both using "six" if we have to.