update/patch-alarm/patch-alarm/setup.py

20 lines
318 B
Python

#!/usr/bin/env python
"""
Copyright (c) 2014-2019 Wind River Systems, Inc.
SPDX-License-Identifier: Apache-2.0
"""
import setuptools
setuptools.setup(
name='patch_alarm',
version='1.0.0',
description='patch alarm manager',
license='Apache-2.0',
packages=['patch_alarm'],
entry_points={}
)