7d25db2610
The openstacksdk docs are published at docs.o.o, not developer.o.o since quite some time. Fix links to point to current version of docs. Add missing links, thus removing some TODOs. Change-Id: I5e3b4c70bc0875a1dfcc587b60a95258a61b4407
42 lines
1.1 KiB
INI
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-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[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
|