These modules were not distributed as wheels befor...
# general
p
These modules were not distributed as wheels before, so I have to figure out any missing metadata. The few entry points I have added should be injected into the python_distribution's setup kwargs by one of my plugins (the stevedore_extensions plugin) Then there are a series of scripts (not entry points) I need to register but I haven't looked up how to do that yet, or of pants even supports scripts (a top level kwarg for setup.py's setup -- each script is a file in the bin directory. Some are shell scripts and the rest are kebab-case python scripts.)