forked from InfraSIM/infrasim-compute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (35 loc) · 888 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 = infrasim-compute
summary = Bare-metal server simulator
description-file =
README.rst
author = EMC
author-email = infrasim.dev@emc.com
home-page = http://www.emc.com
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
license = 'Apache 2.0'
[pbr]
skip_authors = True
skip_changelog = True
[files]
packages =
infrasim
scripts =
bin/infrasim
bin/ipmi-console
bin/racadmsim
bin/infrasim-monitor
bin/infrasim-chassis
data_files =
infrasim/data = data/*
infrasim/template = template/*
infrasim/etc = etc/*
infrasim/scripts = scripts/*