From 7ac3b0ede501838d0bba3ee80fa005312addb53e Mon Sep 17 00:00:00 2001 From: daviddavid Date: Mon, 12 Feb 2024 19:16:32 +0100 Subject: Release 3.5 - remove trailing spaces - fix bash-completion location --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1a8319b..31470ca 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if not m: sys.exit("error: can't find VERSION") VERSION = m.group(1) -bash_dir = "/etc/bash_completion.d" +bash_dir = "share/bash-completion/completions" man_dir = "share/man" setup(name="bm", -- cgit v1.2.1