Mentions légales du service

Skip to content
Snippets Groups Projects
Forked from discovery / enoslib
1564 commits behind the upstream repository.
setup.cfg 1.19 KiB
[metadata]
name = enoslib
version = 4.2.5
keywords = evaluation, reproducible research, Grid5000
license_file = LICENSE.txt
url = https://gitlab.inria.fr/discovery/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 =
    # 2.7.10 has an issue with Grid'5000 apt (tbd)
    # 2.8 breaks the Ansible API
    ansible>=2.7.0,<2.7.10
    jsonschema>=3.0.0,<3.1.0
    execo>=2.6.2,<2.7
    python-vagrant>=0.5.15
    netaddr>=0.7,<0.8
    python-grid5000>=0.0.13,<0.1.0
    ring~=0.7.2
    diskcache~=3.1.1


[options.extras_require]
chameleon =
    python-openstackclient
    python-neutronclient
    python-blazarclient>=1.1.1

[options.packages.find]
exclude =
    docs