Closed jaraco closed 2 years ago
I would like to actually test the behavior of unique(distributions()), but that function is currently local to the entry_points function. I've wanted to expose that function, so I might do that now.
unique(distributions())
entry_points
I would like to actually test the behavior of
unique(distributions())
, but that function is currently local to theentry_points
function. I've wanted to expose that function, so I might do that now.