forked from ChameleonCloud/python-chi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 728 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 728 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 = python-chi
summary = Helper library for Chameleon Infrastructure (CHI) testbed
description-file = README.rst
author = University of Chicago
author-email = dev@lists.chameleoncloud.org
home-page = https://www.chameleoncloud.org
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Science/Research
Intended Audience :: System Administrators
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
chi
[options]
install_requires =
loguru
fabric
keystoneauth1
openstacksdk
paramiko
requests
chameleon-blazarclient @ git+https://github.com/ChameleonCloud/python-blazarclient.git