nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Correct man path in setup.py #1120

Open ford--prefect opened 2 years ago

ford--prefect commented 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.

This came up as reference in a similar issue in another project.