add python-click and improve mxdiscover

This commit is contained in:
saces 2026-02-19 14:12:17 +01:00
parent 7abdbf674a
commit 0697c3b9d0
4 changed files with 18 additions and 13 deletions

View file

@ -15,6 +15,10 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"click",
]
[tool.setuptools.package-dir]
"pymxutils" = "src/pymxutils"
"smal" = "src/smal"