You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the openstack charms define its lp-builder-config in a python package called charmed-openstack-info, it would be nice if charmhub-lp-tools could pick it up when it's installed, this way there won't be need to keep a local git clone of the repo and instruct to charmhub-lp-tool where it is.
At the moment the openstack charms define its lp-builder-config in a python package called charmed-openstack-info, it would be nice if charmhub-lp-tools could pick it up when it's installed, this way there won't be need to keep a local git clone of the repo and instruct to charmhub-lp-tool where it is.
This kind of behavior could be achieved with the use of entry_points - https://setuptools.pypa.io/en/latest/userguide/entry_point.html#advertising-behavior .
The text was updated successfully, but these errors were encountered: