The source project of this merge request has been removed.
Pip packaging fixes
Two fixes to the man page generation to allow building a pip package from a tarball. Test via:
python3 setup.py sdist
tar xf dist/hidtools-<version>tar.xz
cd hidtools-<version>
pip3 install --user .