#!/usr/bin/env python3 from distutils.core import setup setup( name='python-delta-tar', version='2.2', description='deltatar python package', author='Intra2net', author_email='info@intra2net.com', url='http://www.intra2net.com', classifiers='Intra2net', license='LGPL', packages=['deltatar'], scripts=['filesplit.py', 'rescue_tar.py', 'file_crypt.py'] )