From 03f487ce6f48d9091923333d969d870755d06788 Mon Sep 17 00:00:00 2001 From: Olivier Jolly Date: Tue, 2 Feb 2016 16:04:20 +0100 Subject: [PATCH] Install xrniorganise in setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 30ecebf..0fbdeeb 100644 --- a/setup.py +++ b/setup.py @@ -121,6 +121,7 @@ setup( 'xrnireencode=rnsutils.xrnireencode:main', 'xrnicomment=rnsutils.xrnicomment:main', 'xrnitag=rnsutils.xrnitag:main', + 'xrniorganise=rnsutils.xrniorganise:main', ], },