-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (29 loc) · 838 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = clouni-client
version = 0.1.8
summary = Cloud Application Management Tool by TOSCA.
long_description = file: README.md
long_description_content_type = text/markdown
description-file = README.md
author = bura2017
author-email = shvetcova@ispras.ru
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
grpc_client
ansible_plugins
artifacts
[options]
packages = find:
include_package_data = True
[options.entry_points]
console_scripts =
clouni = grpc_client.clouni_client:main