Skip to content

Commit

Permalink
Install man page to <prefix>/share/man/man1 to conform to Filesystem …
Browse files Browse the repository at this point in the history
…Hierarchy Standard version 3.0

Fixes #47
  • Loading branch information
lxp committed Nov 14, 2022
1 parent 636a203 commit d7a1a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _get_version(path):
packages=find_packages('lib'),
package_dir={'': 'lib'},
include_package_data=True,
data_files=[('man/man1', ['cfv.1'])],
data_files=[('share/man/man1', ['cfv.1'])],
entry_points={
'console_scripts': [
'cfv=cfv.common:main',
Expand Down

0 comments on commit d7a1a63

Please sign in to comment.