Commit b52450e43be8f57c3e8c6513b6ae279cde2aeafd simply updates the version in setup.py to reflect the latest git tag.
Commit 8fe7773d294afcf2d24cbfb6576f35b9b7b5663e removes the dependencies on pytest-runner and wheel to allow more
proper installation by package managers that are sometimes sandboxed (like Gentoo). This improves package manager handling, and does not break the existing pip3 install --user mechanism. The resulting installed files are the same.
Commit 9d61238f9ecb2c045c00125665fadc570a49cdc0 installs the config.ini example into share/doc along with the README. I again consider this useful for package managers, since it's an essential file, but doesn't get installed as data.
Commit b52450e43be8f57c3e8c6513b6ae279cde2aeafd simply updates the version in
setup.py
to reflect the latest git tag.Commit 8fe7773d294afcf2d24cbfb6576f35b9b7b5663e removes the dependencies on
pytest-runner
andwheel
to allow more proper installation by package managers that are sometimes sandboxed (like Gentoo). This improves package manager handling, and does not break the existingpip3 install --user
mechanism. The resulting installed files are the same.Commit 9d61238f9ecb2c045c00125665fadc570a49cdc0 installs the config.ini example into share/doc along with the README. I again consider this useful for package managers, since it's an essential file, but doesn't get installed as data.