After investigate, I found that it was because of this RE is not matching with new package name of version 15.0 [METADATA_NAME_RE = re.compile(r"^odoo(\d+)-addon-(?P<addon_name>.*)$")](https://github.com/acsone/setuptools-odoo/blob/7db9784e2e103413f2e5bb62eed9592584fb4407/setuptools_odoo/core.py#L24)
After investigate, I found that it was because of this RE is not matching with new package name of version 15.0
METADATA_NAME_RE = re.compile(r"^odoo(\d+)-addon-(?P<addon_name>.*)$")