forked from vmware-archive/vcd-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (31 loc) · 743 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
33
34
35
36
37
[metadata]
name = vcd-cli
summary = VMware vCloud Director CLI
description-file =
README.md
author = Paco Gomez
author_email = [email protected]
url = https://github.com/vmware/vcd-cli
license = Apache 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 =
vcd_cli
data_files =
./ = open_source_license_VMwarevCloudDirectorCLI20.2.0GA.txt
[global]
[bdist_wheel]
universal = 1
[entry_points]
console_scripts =
vcd = vcd_cli.vcd:vcd
[easy_install]