pypa / pyproject-metadata

PEP 621 metadata parsing
https://pep621.readthedocs.io
MIT License
31 stars 17 forks source link

Validate entrypoint group name #121

Closed FFY00 closed 3 months ago

FFY00 commented 3 months ago

Per https://packaging.python.org/en/latest/specifications/entry-points/#data-model, the name of entrypoint groups must match ^\w+(\.\w+)*$.

henryiii commented 3 months ago

This is a recommendation, not a requirement, though.

(For the name, that is; for the group, yes)

Edit: "name of the entrypoint groups", I guess I can't read. Yes, you are correct. :)