build(bindings): metadata improvements

This commit is contained in:
ObserverOfTime 2024-02-27 19:56:47 +02:00 committed by Amaan Qureshi
parent f7c13406c9
commit 46520eda58
4 changed files with 12 additions and 8 deletions

View file

@ -53,5 +53,5 @@ setup(
"build": Build,
"bdist_wheel": BdistWheel
},
zip_safe=False,
zip_safe=False
)