openstacksdk/setup.cfg
Monty Taylor be87ac1d9b
Add python 3.6 jobs
3.6 is the future. Let's test it today.

Change-Id: I1c240f10e42fadbdaed78b07ff26fde52c11f8cd
2018-05-09 11:53:30 -05:00

42 lines
1.1 KiB
INI

[metadata]
name = openstacksdk
summary = An SDK for building applications to work with OpenStack
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://developer.openstack.org/sdks/python/openstacksdk/
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
Programming Language :: Python :: 3.6
[files]
packages =
openstack
# TODO(mordred) Move this to an OSC command before 1.0
[entry_points]
console_scripts =
openstack-inventory = openstack.cloud.cmd.inventory:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1