Hello. If for example my sys.executable is `/usr/bin/python3` but I install `trove-classifiers` to my `~/.local/bin/` (with `pip install --user`), the tests fail in https://github.com/pypa/trove-classifiers/blob/b67299df973749f590c41d02329ccb9ca6af5054/tests/test_cli.py#L19 https://github.com/pypa/trove-classifiers/blob/b67299df973749f590c41d02329ccb9ca6af5054/tests/test_cli.py#L30 The simplest solution for me was to get rid of the `{BINDIR}/` part. Is it necessary?