-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
42 lines (37 loc) · 1.14 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
[metadata]
name = cloudmesh
verion = 0.3
summary = A tool to simplify managing multiple clouds including bare metal provisioning
description-file =
README.rst
author = Cloudmesh Team
author-email = [email protected]
home-page = http://github.org/cloudmesh
classifiers =
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux :: MacOS :: MacOS X
Programming Language :: Python :: 2.7
Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering
Topic :: System :: Clustering
Topic :: System :: Distributed Computing
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
cloudmesh
#[entry_points]
#console_scripts =
# cm-manage = cloudmesh.config.cm_rc:main',
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
# data_files=[('cloudmesh', ['cloudmesh/cloudmesh_template.yaml', 'cloudmesh/cloudmesh_clouds.yaml'])],