此合并请求的源项目已被删除。
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 .
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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 .