mbachry/exxo

entry_points detection doesn't work if package is in separate src directory

Closed this issue · 1 comments

Just tried this out by trying to bundle crash.

Crash has the src in a separate src directory. And it's setup.py contains

package_dir={'': 'src'},
packages=find_packages('src'),

If python setup.py egg_info is executed the .egg-info file isn't in the same directory as setup.py but in src/<project>.egg-info

Anyway. The workaround with --main worked good enough. Cool stuff.

Thanks for feedback! The issue should be fixed now.