Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning --egg misses .egg-info in current directory #19

Open
Jesseatgao opened this issue Aug 12, 2020 · 0 comments
Open

Cleaning --egg misses .egg-info in current directory #19

Jesseatgao opened this issue Aug 12, 2020 · 0 comments

Comments

@Jesseatgao
Copy link

Scenario: set egg_base to ../ in setup.cfg, build the sdist, thus two {PROJECT}.egg-info directories will be created in ../ and ./ respectively.
Problem: the {PROJECT}.egg-info directory in the current directory doesn't get deleted when cleaning.
Possible solution: Change for e in ['.egg', '.eggs']: (line 92 in janitor.py) to for e in ['.egg', '.eggs', '.egg-info']:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant