eoyilmaz/displaycal-py3

Add DisplayCAL to PyPI.

eoyilmaz opened this issue · 2 comments

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.

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.

Fixed in 9eda3e1