From cf0d92a2a6c683ac825f095ef4a38daa91c7b3ef Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 24 Jun 2016 09:15:56 +0200 Subject: [PATCH] add file_crypt.py to scripts in setup.py --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index ffeb712..a7f7ddc 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,5 @@ setup( classifiers='Intra2net', license='LGPL', packages=['deltatar'], - scripts=['filesplit.py', 'rescue_tar.py'] + scripts=['filesplit.py', 'rescue_tar.py', 'file_crypt.py'] ) -- 1.7.1