From eb42047e2576ca7ec7b9b8b0edaa4e78f9138374 Mon Sep 17 00:00:00 2001 From: Charly C Date: Fri, 26 Feb 2021 10:59:04 +0100 Subject: [PATCH] fix the installation path of the cli4 man page This change should fix https://bugs.archlinux.org/task/69793 --- cli4/{cli4.man => cli4.1} | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cli4/{cli4.man => cli4.1} (100%) diff --git a/cli4/cli4.man b/cli4/cli4.1 similarity index 100% rename from cli4/cli4.man rename to cli4/cli4.1 diff --git a/setup.py b/setup.py index f0ee2cf..c386793 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def main(): #package_dir={'CloudFlare/examples': 'examples'}, #package_data={'cloudflare-examples': ["examples/*"]}, include_package_data=True, - data_files = [('man/man1', ['cli4/cli4.man'])], + data_files = [('share/man/man1', ['cli4/cli4.1'])], install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'], keywords='cloudflare', entry_points={