- Use pbr - Clean up extra dependencies - Trigger Nailgun's scripts in their own virtual environment Blueprint: re-thinking-fuel-client Change-Id: Icbf2df4c056cc9adf6a01e67d4e06a979cefa274
35 lines
802 B
INI
35 lines
802 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
|
|
|
|
[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
|