1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/tests/integration/setup.py

12 lines
211 B
Python
Raw Normal View History

2015-05-06 18:23:16 +05:00
from distutils.core import setup
setup(
name='RancherOSIntegrationTests',
version='0.1',
packages=[
2015-11-18 14:27:54 +05:00
'rostest'
2015-05-06 18:23:16 +05:00
],
license='ASL 2.0',
long_description=open('README.txt').read(),
)