How do you add additional files to a wheel?

Have you tried using package_data in your setup.py? MANIFEST.in seems targetted for python versions <= 2.6, I’m not sure if higher versions even look at it. After exploring https://github.com/pypa/sampleproject, their MANIFEST.in says: # If using Python 2.6 or less, then have to include package data, even though # it’s already declared in setup.py include sample/*.dat … Read more

What is the meaning of “Failed building wheel for X” in pip install?

(pip maintainer here!) For a quick copy paste: pip install wheel Do that in every new virtual environment created with venv. Read on for the details and explaination. If the package is not a wheel, pip tries to build a wheel for it (via setup.py bdist_wheel). If that fails for any reason (like, missing system … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)