Any plans on making KEMET a legit python package that can be installed via pip (from pypi)? I see that the setup.py is non-standard. Converting the current code in the setup.py to a separate script that is referenced via scripts: in a standard setup.py would likely be all that is needed.
Any plans on making KEMET a legit python package that can be installed via pip (from pypi)? I see that the
setup.pyis non-standard. Converting the current code in the setup.py to a separate script that is referenced viascripts:in a standard setup.py would likely be all that is needed.