Open ford--prefect opened 2 years ago
According to the file system hierarchy man page man pages should go to /usr/share/man not /usr/man as set in your setup.py. Replace man/man1 with share/man/man1 in that line.
/usr/share/man
/usr/man
setup.py
man/man1
share/man/man1
This came up as reference in a similar issue in another project.
According to the file system hierarchy man page man pages should go to
/usr/share/man
not/usr/man
as set in yoursetup.py
. Replaceman/man1
withshare/man/man1
in that line.This came up as reference in a similar issue in another project.