Dennis Dmitriev | e56c8b9 | 2017-06-16 01:53:16 +0300 | [diff] [blame] | 1 | [metadata] |
| 2 | name = reclass-tools |
| 3 | version = 0.0.1 |
| 4 | summary = QA tools for manipulating reclass models |
| 5 | description-file = |
| 6 | README.md |
| 7 | author = Dennis Dmitriev |
| 8 | author-email = dis-xcom@gmail.com |
| 9 | home-page = https://github.com/dis-xcom/ |
| 10 | classifier = |
| 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 = reclass_tools |
| 26 | |
| 27 | [entry_points] |
| 28 | console_scripts = |
Dennis Dmitriev | 8675096 | 2017-07-11 19:44:05 +0300 | [diff] [blame] | 29 | reclass-tools = reclass_tools.cli:main |