makeelf
makeelf copied to clipboard
Migrate to setuptools
It seems that PyPI now references setuptools as a tool to prepare and release a package. At the moment distutils is used to the purpose. Furthermore legacy interface of PyPI is used for upload.
In future setuptools should prepare a package and upload it using new API.