c9e0e2fca4
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I72dd71f8f68b7459593b520ea42e9a8af6aaefba
28 lines
773 B
INI
28 lines
773 B
INI
[metadata]
|
|
name = python-dracclient
|
|
summary = Library for managing machines with Dell iDRAC cards
|
|
description-file = README.rst
|
|
maintainer = DracClient Team
|
|
maintainer_email = openstack-dev@lists.openstack.org
|
|
home-page = https://launchpad.net/python-dracclient
|
|
license = Apache-2
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
dracclient
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|