This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
setup.py to clarify that importlib-metadata is only needed for python 3.7 #735
We should add a comment to
setup.pyto clarify thatimportlib-metadatais only needed for compatibility with python 3.7Also, the package name in PyPI is
importlib-metadatabut in setup.py we haveimportlib_metadataFor python 3.7, we use importlib-metadata from PyPI
For python 3.8, we use importlib.metadata which is builtin.
python-bigquery-storage/setup.py
Line 47 in fb0d6f0