diff options
author | 2016-10-17 09:03:38 +0800 | |
---|---|---|
committer | 2016-10-17 09:19:47 +0800 | |
commit | 58d0476d664392ad321e6cdcc9b5a1196724743f (patch) | |
tree | fed241706efa294623a5f197a6bbde80c1de1ff8 /utils/test/dashboard/setup.py | |
parent | d9ab655653e2d343a8eac7560c50c6bed632a09f (diff) |
project-ize kibana_dashboard
JIRA: FUNCTEST-513
Change-Id: Id25dbea72b5945bc40f30c0a4b3ffe3898c3ab0b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/dashboard/setup.py')
-rw-r--r-- | utils/test/dashboard/setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/test/dashboard/setup.py b/utils/test/dashboard/setup.py new file mode 100644 index 000000000..59637a509 --- /dev/null +++ b/utils/test/dashboard/setup.py @@ -0,0 +1,8 @@ +import setuptools + +__author__ = 'serena' + + +setuptools.setup( + setup_requires=['pbr>=1.8'], + pbr=True) |