sonic-buildimage/platform/broadcom/sonic-platform-modules-alphanetworks/snh60a0-320fv2/setup.py
juntseng62 96eac8f099 [devices]: Add snh60b0-640f device (Tomhawk2) & snh60a0-320fv2 device 32x100G (Tomhawk) (#2129)
* [platform]:add platfrom snh60a0-320fv2 & snh60b0-640f

* [device]:add platfrom snh60a0-320fv2 & snh60b0-640f

* remove minigraph.xml for snh60a0_320fv2-r0 and snh60b0_640f-r0 platform
2018-10-10 18:33:51 -07:00

17 lines
314 B
Python

#!/usr/bin/env python
import os
import sys
from setuptools import setup
os.listdir
setup(
name='snh60a0_320fv2',
version='1.0',
description='Module to initialize Alphanetworks SNH60A0-320FV2 platforms',
packages=['snh60a0_320fv2'],
package_dir={'snh60a0_320fv2': 'snh60a0-320fv2/classes'},
)