osc-lib/setup.cfg
xiaozhuangqing 2202617ff3 Add Python 3.5 classifier and venv
Now that is a passing gate job,we can claim support for
Python 3.5 in the classifier,This patch also adds the
convenience py35 venv.

Change-Id: I2b786d51ce4f276d465f7b12b5da53aa7df64287
2016-07-18 14:36:30 +08:00

30 lines
798 B
INI

[metadata]
name = osc-lib
summary = OpenStackClient Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/osc-lib
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.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =
osc_lib
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1