from distutils.core import setup setup( name='RancherOSInVMTests', version='0.1', packages=[ 'rancheros.invmtest' ], license='ASL 2.0', long_description=open('README.txt').read(), )