Fix the incorrect project name of navigation bar

Add setup.cfg, this is needed by the openstackdocstheme to render the
project name.

Change-Id: I5d0a5d9293f91859eccd42afdc9983b724262474
Related-Bug: #1807075
This commit is contained in:
zhang.lei 2018-12-07 03:25:43 +00:00
parent 593a641833
commit a6ad21411c
1 changed files with 19 additions and 0 deletions

19
setup.cfg Normal file
View File

@ -0,0 +1,19 @@
[metadata]
name = arch-design
summary = OpenStack Architecture Design Guide
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/arch-design
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Topic :: Documentation
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]