add python-click and improve mxdiscover
This commit is contained in:
parent
7abdbf674a
commit
0697c3b9d0
4 changed files with 18 additions and 13 deletions
|
|
@ -15,6 +15,10 @@ classifiers = [
|
|||
"Programming Language :: Python",
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"click",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-dir]
|
||||
"pymxutils" = "src/pymxutils"
|
||||
"smal" = "src/smal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue