-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathsetup.cfg
42 lines (37 loc) · 1.16 KB
/
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
33
34
35
36
37
38
39
40
41
42
# container-service-extension
# Copyright (c) 2017 VMware, Inc. All Rights Reserved.
# SPDX-License-Identifier: BSD-2-Clause
[metadata]
name = container-service-extension
summary = Container Service Extension for vCloud Director
description-file =
README.md
author = Paco Gomez
author_email = pgomez@vmware.com
url = https://github.com/vmware/container-service-extension
license = BSD-2
classifier =
Environment :: Console
Intended Audience :: System Administrators
Intended Audience :: Developers
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
requires-python = >=3
[files]
packages =
container_service_extension
data_files =
/cse = scripts/init-photon-v1.sh
/cse = scripts/cust-photon-v1.sh
/cse = scripts/mstr-photon-v1.sh
/cse = scripts/node-photon-v1.sh
/cse = scripts/init-ubuntu-16.04.sh
/cse = scripts/cust-ubuntu-16.04.sh
/cse = scripts/mstr-ubuntu-16.04.sh
/cse = scripts/node-ubuntu-16.04.sh
[entry_points]
console_scripts =
cse = container_service_extension.cse:cli