aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-05-18 20:56:53 +0200
committerVictor Häggqvist <[email protected]>2015-05-18 20:56:53 +0200
commitf99c36992334d9ea2a8b6b0157178045aa502fc8 (patch)
tree6baa2ff1a19a9dea9af3525a5c2301f7b0a3b0a6 /setup.py
parent15f677205a9b968d636703a5d49b99cf7bb84a15 (diff)
bundle migration script with install
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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=[],