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

pypi archive contains the python cache files from the sdist call #18

Closed
scarabeusiv opened this issue Sep 13, 2019 · 1 comment
Closed

Comments

@scarabeusiv
Copy link

Because in the manifest.in there is line recursive-include easydev/share * it will include the pycache folder too.

Linters found it when I packaged it from openSUSE:

[    8s] python2-easydev.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python2.7/site-packages/easydev/share/__pycache__/__init__.cpython-35.pyc expected 62211 (2.7), found 3350 (3.5)
[    8s] python3-easydev.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python3.7/site-packages/easydev/share/__pycache__/__init__.cpython-35.pyc expected 3390 or 3391 or 3392 or 3393 or 3394 (3.7), found 3350 (3.5)

@cokelaer
Copy link
Owner

cokelaer commented Feb 8, 2021

Probably fixed in v0.11 since there is an exclude of pycache in the MANIFEST by now. thanks for reporting this issue

@cokelaer cokelaer closed this as completed Feb 8, 2021
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

2 participants