forked from rmb938/vmw-cloudinit-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 821 Bytes
/
Copy pathsetup.cfg
File metadata and controls
29 lines (26 loc) · 821 Bytes
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
[metadata]
name = vmw-cloudinit-metadata
author = Ryan Belgrave
author-email = rmb1993@gmail.com
summary = Library and Tool to run a Cloud-Init NoCloud compatible metadata server for VMWare VCenter
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://github.com/rmb938/vmw-cloudinit-metadata/
license = MIT
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: System :: Systems Administration
[files]
packages =
vmw_cloudinit_metadata
[entry_points]
console_scripts =
vmw-cloudinit-metadata = vmw_cloudinit_metadata.cli.main:main
[pbr]
skip_authors = 1
skip_changelog = 1