Default the flavor to blank.

This commit is contained in:
Jesse Keating 2007-08-28 23:42:25 -04:00 committed by Jesse Keating
parent 72fdba8821
commit ae78aea673
4 changed files with 16 additions and 7 deletions

View file

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