Fix setup.cfg for release

Release repository testing is erroring that we lack
an author and author-email fields.

So lets add the fields!

Change-Id: I9ebdd529cf9662a3b61d4955c681284fa787ae39
This commit is contained in:
Julia Kreger 2018-07-25 12:24:43 -07:00
parent 2f6b03c218
commit 1f7270834c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name = python-ironic-inspector-client
summary = Python client for Ironic Inspector
description-file = README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://docs.openstack.org/python-ironic-inspector-client/latest/
license = Apache-2
classifier =