- Create a new yum object for source downloads as yum

Fixes a problem where yum object resetting is not currently working
This commit is contained in:
Jesse Keating 2007-08-01 16:38:57 -04:00 committed by Jesse Keating
parent eee5556f50
commit 1b1a81b2c7
5 changed files with 27 additions and 14 deletions

View file

@ -2,7 +2,7 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='0.4.0',
version='0.4.1',
description='Distribution compose tool',
author='Jesse Keating',
author_email='jkeating@redhat.com',