Closed orsinium closed 4 years ago
Fix https://github.com/dephell/dephell/pull/291#issuecomment-552923856
This is a strange behavior of distutils (setuptools is also affected). Command egg_info can not handle "" path to the project, only "."
egg_info
""
"."
Fix https://github.com/dephell/dephell/pull/291#issuecomment-552923856
This is a strange behavior of distutils (setuptools is also affected). Command
egg_info
can not handle""
path to the project, only"."