The contents of ag_ui_adk-0.4.2-py3-none-any.whl have --w--wx--- permissions. The read bit should be set.
This causes issues with some build system such as bazel rules_python which expect the files to be readable.
Setting the read bit will make the distribution easier to use for a wider rnage of users.
A patch has already been submitted for rules_python here bazel-contrib/rules_python#3555
The contents of
ag_ui_adk-0.4.2-py3-none-any.whlhave--w--wx---permissions. The read bit should be set.This causes issues with some build system such as
bazelrules_pythonwhich expect the files to be readable.Setting the read bit will make the distribution easier to use for a wider rnage of users.
A patch has already been submitted for
rules_pythonhere bazel-contrib/rules_python#3555