Adding missing tests
This commit is contained in:
@@ -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',
|
||||
)
|
||||
Reference in New Issue
Block a user