Prep 2.11 release
This commit is contained in:
parent
8ed9aafb78
commit
cd1ec8f6ed
2 changed files with 10 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -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'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue