pip/src/pip/_internal/distributions
Pradyun Gedam 8f3687cfd9
Rename pip._internal.distributions.{source -> sdist}
Certain environments seem to be leaving behind empty folders in this
directory -- There was an older pip release that included a source/
folder here which isn't getting deleted for some reason. I have not
figured out the root cause why this happens yet. This is resulting in
ImportErrors since Python imports have a higher precedence for packages
compared to modules.

This commit changes the name we're trying to import from, which should
help prevent this mode of failure.
2020-01-21 17:53:24 +05:30
..
__init__.py Rename pip._internal.distributions.{source -> sdist} 2020-01-21 17:53:24 +05:30
base.py remove disallow_untyped_defs=False for pip._internal.distributions, pip._internal.operations.prepare 2019-12-12 21:35:37 +01:00
installed.py remove disallow_untyped_defs=False for pip._internal.distributions, pip._internal.operations.prepare 2019-12-12 21:35:37 +01:00
sdist.py Rename pip._internal.distributions.{source -> sdist} 2020-01-21 17:53:24 +05:30
wheel.py Use pkg_resources.Distribution derived from wheel directly 2020-01-05 10:57:14 -05:00