bump the version, change the website
This commit is contained in:
parent
c8717859c4
commit
3c6d242bda
4
setup.py
4
setup.py
@ -2,11 +2,11 @@ from distutils.core import setup
|
|||||||
import glob
|
import glob
|
||||||
|
|
||||||
setup(name='pungi',
|
setup(name='pungi',
|
||||||
version='0.1.0',
|
version='0.1.1',
|
||||||
description='Distribution compose tool',
|
description='Distribution compose tool',
|
||||||
author='Jesse Keating',
|
author='Jesse Keating',
|
||||||
author_email='jkeating@redhat.com',
|
author_email='jkeating@redhat.com',
|
||||||
url='http://linux.duke.edu/projects/pungi',
|
url='http://hosted.fedoraproject.org/projects/pungi',
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages = ['pypungi'],
|
packages = ['pypungi'],
|
||||||
scripts = ['pungi'],
|
scripts = ['pungi'],
|
||||||
|
Loading…
Reference in New Issue
Block a user