Currently the `setuptools.command.dist_info` command relies on the `bdist_wheel` code to create a `.dist-info` directory. But since wheel has no public API, this is dangerous as that code could go away in the next release. The `dist_info` command should be natively implemented in setuptools instead, without the conversion from `.egg-info`.