blob: a3fdb44313750b531eb9d10d23a1d00943be1e52 [file] [log] [blame]
from distutils.core import setup
VERSION='0.0.1'
setup(name='deltacloud-client',
version=VERSION,
description='Python client wrapper for Deltacloud API',
author='Michal Fojtik',
author_email='mfojtik@redhat.com',
license='GPLv2',
url='http://deltacloud.apache.org/',
py_modules=[ 'deltacloud' ]
)