- Support for new platform Questone - Belgite renamed to DS1000 - Hardened bug fixes and unified CLI O/P for Celestica platforms
11 lines
240 B
Python
11 lines
240 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='sonic_platform',
|
|
version='1.0',
|
|
description='Module to initialize Celestica B3010 platforms',
|
|
|
|
packages=['sonic_platform'],
|
|
package_dir={'sonic_platform': 'sonic_platform'},
|
|
)
|