add escalator cli framework
[escalator.git] / client / setup.cfg
1 [metadata]
2 name = escalatorclient
3 summary = Escalator Client Library
4 description-file = 
5         README.rst
6 license = Apache License, Version 2.0
7 author = OpenStack
8 author-email = openstack-dev@lists.openstack.org
9 home-page = http://www.openstack.org/
10 classifier = 
11         Development Status :: 5 - Production/Stable
12         Environment :: Console
13         Environment :: OpenStack
14         Intended Audience :: Information Technology
15         Intended Audience :: System Administrators
16         License :: OSI Approved :: Apache Software License
17         Operating System :: POSIX :: Linux
18         Programming Language :: Python
19         Programming Language :: Python :: 2
20         Programming Language :: Python :: 2.7
21         Programming Language :: Python :: 2.6
22         Programming Language :: Python :: 3
23         Programming Language :: Python :: 3.3
24
25 [files]
26 packages = 
27         escalatorclient
28
29 [global]
30 setup-hooks = 
31         pbr.hooks.setup_hook
32
33 [entry_points]
34 console_scripts = 
35         escalator = escalatorclient.shell:main
36
37 [build_sphinx]
38 source-dir = doc/source
39 build-dir = doc/build
40 all_files = 1
41
42 [upload_sphinx]
43 upload-dir = doc/build/html
44
45 [wheel]
46 universal = 1