`__file__` is an optional attribute of packages. c.f. https://github.com/indygreg/PyOxidizer/issues/69 for why and alternatives. ``` spdx/config.py:_base_dir = os.path.dirname(__file__) ```