diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-05-25 14:46:23 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-05-25 14:46:23 +0200 |
commit | 666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3 (patch) | |
tree | 843cc10a450105828ec10f8447f675274b41ce8f /pyproject.toml | |
parent | Fix the help messages. (diff) | |
download | glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar.gz glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar.bz2 glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar.lz glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar.xz glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.tar.zst glucometerutils-666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3.zip |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9ada562..a420fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,6 @@ multi_line_output = 3 include_trailing_comma = true known_first_party = ['glucometerutils'] -known_third_party = ['construct', 'hidapi', 'pyscsi', 'serial'] +known_third_party = ['construct', 'hidapi', 'pyscsi', 'serial', 'usbmon'] [tool.setuptools_scm] |