summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-05-25 14:46:23 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-05-25 14:46:23 +0200
commit666e5a80dcf0aaff94bc80e28c30b1b3a1f17ba3 (patch)
tree843cc10a450105828ec10f8447f675274b41ce8f
parentFix the help messages. (diff)
downloadglucometerutils-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
-rw-r--r--pyproject.toml2
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]