Google Artifact Registry: how to provide a package description

162 Views Asked by At

I have created a Python package and uploaded it to GCP artifact registry:

Screenshot of Python package uploaded to GCP

I have provided a README.md, a description in the pyproject.toml, and a docstring at the packages __init__.py top level. Yet, as you can see above, there is no description. I cannot figure out how to provide a description via any documentation within GCP's artifact registry. Does anyone know how I can populate that description of a package that is in the artifact registry?

1

There are 1 best solutions below

1
Sandeep Vokkareni On BEST ANSWER

Unfortunately right now there is no option to populate the description of a package that is in the artifact registry. And there exists a feature request for the same in issue tracker, you can either add your concern there or create a new issue here. You can use this page for reference when creating an issue.