Fix errors in package metadata

Package metadata was missing author or maintainer information that is
now required due to package checks run by pypi in order to upload. These
checks can be performed locally by running the command:

python setup.py check -s -r

This adds author information to match what is commonly used in other
OpenStack package metadata.

Change-Id: I671560358d8ea0f6c878df2595c26f15e9f8b514
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-07-25 14:17:51 -05:00
parent 2f6b03c218
commit 53bf4e8a21
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 =