-
Notifications
You must be signed in to change notification settings - Fork 134
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
flit_core does not filter out Python bytecode when not operating on vcs #568
Comments
Can you describe a specific scenario where this is going wrong? The filtering works in somewhat different contexts, and I often live with little bits of duplication rather than tying modules pieces more closely together. |
When building with flit-core, |
Aha, I see. So the Maybe the simplest way to do it is to always add |
@takluyver do we really need also the directory? Does flit package empty directories? |
When flit_core is generating allowed files into sdist
flit/flit_core/flit_core/sdist.py
Lines 109 to 118 in ec6e6b7
flit/flit/sdist.py
Lines 98 to 101 in ec6e6b7
flit/flit_core/flit_core/common.py
Lines 79 to 83 in ec6e6b7
The text was updated successfully, but these errors were encountered: