Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit eb42047

Browse files
committed
fix the installation path of the cli4 man page
This change should fix https://bugs.archlinux.org/task/69793
1 parent 4c80399 commit eb42047

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
#package_dir={'CloudFlare/examples': 'examples'},
3232
#package_data={'cloudflare-examples': ["examples/*"]},
3333
include_package_data=True,
34-
data_files = [('man/man1', ['cli4/cli4.man'])],
34+
data_files = [('share/man/man1', ['cli4/cli4.1'])],
3535
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
3636
keywords='cloudflare',
3737
entry_points={

0 commit comments

Comments
 (0)