bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / setup.py
index 4d77aac..3370d7c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,13 +4,13 @@ from distutils.core import setup
 
 setup(
     name='python-delta-tar',
-    version='1.0',
+    version='2.2',
     description='deltatar python package',
     author='Intra2net',
     author_email='info@intra2net.com',
     url='http://www.intra2net.com',
-    classifiers='Intranator',
+    classifiers='Intra2net',
     license='LGPL',
     packages=['deltatar'],
-    scripts=['filesplit.py', 'rescue_tar.py']
+    scripts=['filesplit.py', 'rescue_tar.py', 'file_crypt.py']
 )