* Included a ``pyproject.toml`` to allow users install the sdist with old python/setuptools, as the setuptools-scm dep will be fetched by pip instead of setuptools. Fixes `30 <https://github.com/ionelmc/python-lazy-object-proxy/issues/30>`_.
1.4.1
------------------
* Fixed wheels being built with ``-coverage`` cflags. No more issues about bogus ``cext.gcda`` files. * Removed useless C file from wheels. * Changed ``setup.py`` to use setuptools-scm.