Fix another problem with src repo generation, handle flavor.

This commit is contained in:
Jesse Keating 2008-04-16 23:04:25 -04:00
parent e7430529af
commit 24641ddfbe
4 changed files with 8 additions and 4 deletions

View file

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