6a18c90ff2
Add the usual sphinx configuration for setup.cfg so that docs are built at the usual place required for OpenStack CI. Change-Id: I3d510f09a5e4d5945c62e2e75c90e8a0ea88fa0c
28 lines
674 B
INI
28 lines
674 B
INI
[metadata]
|
|
name = manila-image-elements
|
|
summary = Image elements for Manila
|
|
description-file = README.rst
|
|
license = Apache Software License
|
|
classifiers =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/developer/manila
|
|
|
|
[files]
|
|
scripts =
|
|
bin/manila-image-create
|
|
|
|
data_files =
|
|
share/manila-elements/elements = elements/*
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1 |