From d65516fb8b433915ce7050446ab969f94c806285 Mon Sep 17 00:00:00 2001 From: anki-code Date: Fri, 13 Mar 2020 21:10:27 +0300 Subject: [PATCH] 0.5.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 40f9cea..c7f0c3c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( 'pyyaml' ], platforms='Unix-like', - scripts=['xxh','xxhp','xxh.zsh'], + scripts=['xxh','xxhp','xxh.zsh','xxh.xsh'], package_data={'xonssh_xxh':['*.xsh', '*.sh']}, packages=setuptools.find_packages(), classifiers=[ @@ -33,4 +33,4 @@ setuptools.setup( license="BSD", author="xxh", author_email="author@example.com" -) \ No newline at end of file +)