(self)
| 133 | which it should never ever do. |
| 134 | """ |
| 135 | def run(self): |
| 136 | sys.exit("Aborting implicit building of eggs. Use `pip install .` " |
| 137 | " to install from source.") |
| 138 | |
| 139 | |
| 140 | def create_cmdclass(prerelease_cmd=None, package_data_spec=None, |
nothing calls this directly
no outgoing calls
no test coverage detected