dependency fix & pyproject.toml cleanup
This commit is contained in:
parent
381ecd3a8a
commit
6da535f206
1 changed files with 1 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"cffi>=2.0.0",
|
||||
"click",
|
||||
]
|
||||
|
||||
|
|
@ -28,9 +29,6 @@ dependencies = [
|
|||
[project.urls]
|
||||
repository = "https://codeberg.org/saces/pygomx"
|
||||
|
||||
[tool.distutils.egg_info]
|
||||
egg_base = "/tmp"
|
||||
|
||||
[project.scripts]
|
||||
mxdiscover = "pymxutils.mxutils:discoverhs"
|
||||
mxwhoami = "pymxutils.mxutils:whoami"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue