Change STATUS_RESULTS_DIRECTORY in python-sdk tests
[testsuite/pythonsdk-tests.git] / setup.py
1 #!/usr/bin/env python3
2 # SPDX-License-Identifier: Apache-2.0
3 # -*- coding: utf-8 -*-
4
5 from setuptools import setup
6
7 setup(
8     setup_requires=['pbr','setuptools'],
9     pbr=True
10 )