Dennis Dmitriev | 6f59add | 2016-10-18 13:45:27 +0300 | [diff] [blame] | 1 | [metadata] |
| 2 | name = tcp-tests |
| 3 | summary = Tests tools for Fuel CCP |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 8 | home-page = http://www.openstack.org/ |
| 9 | classifier = |
| 10 | Environment :: OpenStack |
| 11 | Intended Audience :: Information Technology |
| 12 | Intended Audience :: System Administrators |
| 13 | License :: OSI Approved :: Apache Software License |
| 14 | Operating System :: POSIX :: Linux |
| 15 | |
| 16 | [build_sphinx] |
| 17 | source-dir = doc/source |
| 18 | build-dir = doc/build |
| 19 | all_files = 1 |
| 20 | |
| 21 | [upload_sphinx] |
| 22 | upload-dir = doc/build/html |
| 23 | |
| 24 | [files] |
| 25 | packages = |
| 26 | tcp_tests |
| 27 | |
| 28 | [entry_points] |
| 29 | console_scripts = |
| 30 | tcp_tests = tcp_tests.run_test:shell |