
Errors running `python setup.py check -r -s` due to required metadata for the package caused by having 'author' set but not 'author-email'. Full error is: ``` python setup.py check -r -s running check warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too error: The docutils package is needed. ``` This updates both author and author-email to be consistent with the values used in other OpenStack projects. Change-Id: Icdcb9b9328e361ba4883af5b464c9968f72607e8
28 lines
623 B
INI
28 lines
623 B
INI
[metadata]
|
|
name = monasca-common
|
|
summary = Monasca common python modules
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/openstack/monasca-common
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
monasca_common
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[wheel]
|
|
universal = 1
|