
The openstack-dev mailing list has been retired and its conversations now take place on openstack-discuss instead. http://lists.openstack.org/pipermail/openstack-dev/2018-November/136501.html Update this cookiecutter so that new projects don't copy over the obsolete ML name. Change-Id: If51603dd42656002408bd90cfb319b5d99c2d0e5
25 lines
564 B
INI
25 lines
564 B
INI
[metadata]
|
|
name = {{ cookiecutter.repo_name }}
|
|
summary = {{ cookiecutter.project_short_description }}
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|