From fc9b30cea3f96a8b51545f95369117c783aab8a9 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 17 Jun 2016 17:39:13 +0200 Subject: [PATCH] Increase release to 1.3 Also switch group from Intranator to Intra2net --- setup.py | 4 ++-- setup.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8e1b899..e1b9bd7 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ from distutils.core import setup setup( name='python-delta-tar', - version='1.2', + version='1.3', 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'] diff --git a/setup.sh b/setup.sh index 60a2734..2ae8b18 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 setup.py bdist_rpm --release=1 --requires=python3 --group=Intranator +python3 setup.py bdist_rpm --release=1 --requires=python3 --group=Intra2net -- 1.7.1