Skip to content

Add support for setuptools

Peter Hutterer requested to merge whot/hid-tools-backup:wip/setuptools into master

Fixes #2 (closed), depends on !1 (merged)

This required a bunch of cleanup patches afterwards to make this slightly more sensible, noteworthy:

  • hid-replay doesn't have a .py suffix when installed
  • parse_hid.py is now hid-parse.py (minus suffix when installed)
  • parse_rdesc.py is now hid-parse-rdesc.py (minus suffix when installed) Those two can probably be merged at some point

All three are using argparse now which means the commandline parsing has changed a little bit. I'm not sure if you have any scripts relying on the previous behaviour.

Merge request reports