Add DisplayCAL to PyPI.
eoyilmaz opened this issue · 2 comments
eoyilmaz commented
It would be nice to install DisplayCAL just with pip install DisplayCAL
. The current version of setup.py
should be able to upload the wheel to PyPI.
eoyilmaz commented
Apparently it is currently not possible to upload the resultant sdist
or wheel
(with build
and twine
) to upload PyPI.
I'm currently reading PEP 517
and will prepare a proper build system that comply with it.