1cb9f8fa02
We test it and use it in python3, so go ahead and mark that in setup.cfg. Also, update the homepage to the zuul-sphinx docs. Change-Id: I27be701e0c74af88a8bbe317b3f753ed57892a5d
28 lines
748 B
INI
28 lines
748 B
INI
[metadata]
|
|
name = zuul-sphinx
|
|
summary = A Sphinx extension for documenting Zuul jobs
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://docs.openstack.org/infra/zuul-sphinx/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
zuul_sphinx
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|