The source project of this merge request has been removed.
Add support for setuptools
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 nowhid-parse.py
(minus suffix when installed) -
parse_rdesc.py
is nowhid-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.