glean/setup.cfg
Cao Xuan Hoang 6426ed8573 Remove support for py33/py26
Python 3.3/2.6 is not supported from Mitaka, as per Infra.
This patch removes the support and add py35 for the same.

Change-Id: I31153d37eea4fb920e8caa6612e8d3e72beb24e5
2017-02-07 08:11:32 +07:00

37 lines
924 B
INI

[metadata]
name = glean
summary = Simple program to write static config from config-drive
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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.5
[entry_points]
console_scripts =
glean = glean.cmd:main
glean-install = glean.install:main
[files]
scripts =
glean/init/glean.sh
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html