From: Christian Herdtweck Date: Fri, 24 Jun 2016 07:15:56 +0000 (+0200) Subject: add file_crypt.py to scripts in setup.py X-Git-Tag: v2.2~14 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=cf0d92a2a6c683ac825f095ef4a38daa91c7b3ef;p=python-delta-tar add file_crypt.py to scripts in setup.py --- 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'] )