From f99c36992334d9ea2a8b6b0157178045aa502fc8 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 18 May 2015 20:56:53 +0200 Subject: bundle migration script with install --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 99a63e6..9740857 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,8 @@ setup( scripts=['xboomx/bin/xboomx_path.py', 'xboomx/bin/xboomx_sort.py', 'xboomx/bin/xboomx_update.py', - 'xboomx/bin/xboomx'], + 'xboomx/bin/xboomx', + 'xboomx/bin/xboomx_python2mirgation.py'], license='GPL-2.0', long_description='A wrapper for most common occurrences in dmenu', install_requires=[], -- cgit v1.2.3