Skip to content

setup.py: drop the prefix from the generated man page path

This is handled by setuptools and pip correctly so it lands in the right prefix. The current code breaks for pip install --user .

Merge request reports