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

Omit __pycache__ directories from wheels #88

Open
stefan6419846 opened this issue Jun 15, 2023 · 0 comments
Open

Omit __pycache__ directories from wheels #88

stefan6419846 opened this issue Jun 15, 2023 · 0 comments

Comments

@stefan6419846
Copy link

At the moment, the wheel on PyPI ships with all __pycache__ directories, which does not make much sense. Example:

suds/__pycache__/__init__.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/builder.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/cache.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/client.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/compat.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/metrics.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/options.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/plugin.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/properties.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/reader.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/resolver.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/servicedefinition.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/serviceproxy.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/soaparray.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/store.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/sudsobject.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/utils.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/wsdl.cpython-38.opt-1.pyc                                                                        
suds/__pycache__/wsse.cpython-38.opt-1.pyc    

If ever, these files will only be useful on Python 3.8, and thus only bloat the distributions.

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