forked from BeyondTheClouds/enoslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (39 loc) · 1.07 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 = enoslib
version = 2.0.1
keywords = evaluation, reproducible research, Grid5000
license_file = LICENSE.txt
url = https://github.com/beyondtheclouds/enoslib
author = Matthieu Simonin
author_email = matthieu.simonin@inria.fr
long_description = file: README.rst
classifier =
Development Status :: 4 - Beta
Intended Audience :: System Administrators
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
include_package_data = True
packages = find:
setup_requires =
setuptools>=39.0.1
wheel>=0.31.0
install_requires =
ansible>=2.5.0,<2.6.0
jsonschema >= 2.6.0, < 2.7
execo >= 2.6.2, < 2.7
requests>=2.18.0, <2.19
python-vagrant>=0.5.15
netaddr>=0.7,<0.8
[options.extras_require]
chameleon =
python-openstackclient
python-neutronclient
python-blazarclient>=1.1.1
[options.packages.find]
exclude =
docs