diff options
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) |