1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

rename tests package to rostest

This commit is contained in:
Ivan Mikushin
2015-11-18 14:27:54 +05:00
parent b886bce539
commit 3395ede89d
12 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ setup(
name='RancherOSIntegrationTests',
version='0.1',
packages=[
'rancherostest'
'rostest'
],
license='ASL 2.0',
long_description=open('README.txt').read(),