ansible-collections / overview

Collections overview, how to request a namespace
GNU General Public License v3.0
247 stars 49 forks source link

Wrong PyPI reference URL to the ansible-core package #228

Closed eskultety closed 1 year ago

eskultety commented 1 year ago
SUMMARY

https://pypi.org/project/ansible/ mentions the ansible-core package in the following paragraph:

This is the ansible community package. The ansible python package contains a set of independent Ansible collections that are curated by the community, and it pulls in ansible-core.

The actual link points to https://pypi.org/project/ansible/pypi.org/project/ansible-core/ instead of https://pypi.org/project/ansible-core.

ISSUE TYPE
eskultety commented 1 year ago

There are so many ansible repos out there I didn't manage to find the one actually responsible for the PyPI releases. If this is not the right place please point me to the right place.

felixfontein commented 1 year ago

The right one would be github.com/ansible-community/antsibull; since it's a different GH org I cannot simply move the issue there, but I'll create a fix there to fix this :)

felixfontein commented 1 year ago

https://github.com/ansible-community/antsibull/pull/541 fixes this.