Adding missing tests

This commit is contained in:
Bill Maxwell
2016-02-01 08:05:57 -07:00
parent bb9f42f700
commit 6a85a36320
4 changed files with 93 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from distutils.core import setup
setup(
name='Rancher Catalog YAML Integration Tests',
version='0.1',
packages=[
'core',
],
license='ASL 2.0',
)