Files
deb-python-fuelclient/setup.cfg
Roman Prykhodchenko 33ce5fb5e4 Run tests under Python-2.7
In order to support Python-2.7 it's necessary
to run tests under it. This patch introduces options
that allow running tests either under py-27 or py-26
or under both versions of Python.

Blueprint: re-thinking-fuel-client
Change-Id: I4374d91c57fb8241ce2a7bf84c56a51c897f0be2
2015-02-13 10:31:17 +01:00

36 lines
844 B
INI

[metadata]
name = python-fuelclient
version = 6.0.0
summary = Command line interface and Python API wrapper for Fuel.
author = Mirantis Inc.
author-email = product@mirantis.com
home-page = http://mirantis.com
description-file =
README.rst
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[files]
packages =
fuelclient
[entry_points]
console_scripts =
fuel = fuelclient.cli.parser:main
[global]
setup-hooks =
pbr.hooks.setup_hook
fuelclient.hooks.setup_hook
[wheel]
universal = 1