Reputation: 3260
I have created a Python package and uploaded it to GCP artifact registry:
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?
Upvotes: 1
Views: 342
Reputation: 1675
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.
Upvotes: 3