Per the Entry Points specification, the entry_points.txt file should always use = as a delimiter, not :. We currently accept both, since that's the default in the configparser crate.
(This is a minor issue, just something we could better align with the spec on.)
Per the Entry Points specification, the
entry_points.txtfile should always use=as a delimiter, not:. We currently accept both, since that's the default in theconfigparsercrate.(This is a minor issue, just something we could better align with the spec on.)