rgalanakis/goless

Create release for PyPI

Closed this issue · 1 comments

Once we get some more eyes on the code, let's upload some release to PyPI for more use.

This is done. I had to create a NullBackend, so setup.py could import goless even with no backend possible. NullBackend just raises when used, so behavior is (almost) preserved. I think it's actually better, that the module can be imported safely.