dlenski / python-zxing

python wrapper for the ZXing barcode library
GNU Lesser General Public License v3.0
121 stars 36 forks source link

Fix missing requirements files in sdist #37

Closed stefan6419846 closed 3 months ago

stefan6419846 commented 3 months ago

Make sure to bundle the requirements*.txt files inside the source distributions as they are loaded at install time. Should resolve #32.

dlenski commented 3 months ago

Thank you very much for figuring this out!

Closed/applied via c707794, for the reasons I describe in https://github.com/dlenski/python-zxing/issues/32#issuecomment-2041199971