The latest changes to the license were not deployed to PyPi yet https://github.com/pythongssapi/python-gssapi/commit/0adf37ca2cc425e6dcd790712906f58ca2608488 On the [PyPi](https://pypi.org/project/gssapi/), the license is `License: LICENSE.txt`. Some internal Nexus firewall could treat it as an "unknown" license and automatically quarantine the library. Also, there is a typo in the setup.py ```diff - license_files=['LICENCE.txt'], + license_files=['LICENSE.txt'], ```