We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, the wheel on PyPI ships with all __pycache__ directories, which does not make much sense. Example:
__pycache__
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, the wheel on PyPI ships with all
__pycache__
directories, which does not make much sense. Example:If ever, these files will only be useful on Python 3.8, and thus only bloat the distributions.
The text was updated successfully, but these errors were encountered: