dephell / dephell_discover

Find project modules and data files (packages and package_data for setup.py).
MIT License
3 stars 5 forks source link

fix default package_dir #11

Closed orsinium closed 4 years ago

orsinium commented 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 "."