diff options
Diffstat (limited to 'python/pyusb')
-rw-r--r-- | python/pyusb/README | 4 | ||||
-rw-r--r-- | python/pyusb/pyusb.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/pyusb/README b/python/pyusb/README index 9c8a61e6b1d56..4c04a750447ef 100644 --- a/python/pyusb/README +++ b/python/pyusb/README @@ -1,2 +1,4 @@ -PyUSB is a native Python module which provides easy USB access to Python. +PyUSB is a native Python module which provides easy USB access to +Python. + The module contains classes and methods to support most USB operations. diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info index 2531a3f5b9669..28ef7dcad3ac3 100644 --- a/python/pyusb/pyusb.info +++ b/python/pyusb/pyusb.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyusb/pyusb/releases/download/v1.1.1/pyusb-1.1.1.ta MD5SUM="a9db479f1fb914e91d3106e67a13ae09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="setuptools-scm" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" |