summaryrefslogtreecommitdiffstats
path: root/LICENSE
blob: f4346f82c46562f01eb5b9eccb7f8eb0ad8aee47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python
##############################################################################
# Copyright (c) 2016 Huawei Technologie
['cli/bottlenecks_cli'], packages=find_packages(), include_package_data=True, package_data={ 'utils': [ 'utils/infra_setup/heat/*.py', 'utils/infra_setup/runner/*.py', 'utils/*.py' ], 'config': [ '*.yaml' ], 'testsuites': [ 'posca/testcase_cfg/*', 'posca/testcase_script/*', 'posca/testsuite_story/*', 'posca/testcase_dashboard/*' ], }, url="https://www.opnfv.org", install_requires=["click"], entry_points={ 'console_scripts': [ 'bottlenecks=cli.bottlenecks_cli:main' ], }, )