Prep 2.11 release

This commit is contained in:
Dennis Gilmore 2012-04-16 14:59:45 -05:00
parent 8ed9aafb78
commit cd1ec8f6ed
2 changed files with 10 additions and 5 deletions

View file

@ -2,10 +2,10 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='2.10',
version='2.11',
description='Distribution compose tool',
author='Jesse Keating',
author_email='jkeating@redhat.com',
author='Dennis Gilmore',
author_email='dgilmore@fedoraproject.org',
url='http://fedorahosted.org/pungi',
license='GPLv2',
package_dir = {'': 'src'},