1
0
mirror of https://github.com/rancher/os.git synced 2025-06-26 23:06:51 +00:00
os/tests/container/setup.py
2015-05-10 17:46:09 +05:00

12 lines
215 B
Python

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