a4aaa2bef8
we are using some "aliases" that the setuptools docs say "are supported for compatibility reasons" but their use is not advised[1]. [1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata maintaining setup.cfg as per other repos[2] [2] https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/828475 Change-Id: I4874777e00fa87884b994b553c1849800af33e62
19 lines
505 B
INI
19 lines
505 B
INI
[metadata]
|
|
name = charm-cinder
|
|
description = Charm module for OpenStack Cinder
|
|
long_description = file: README.md
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
url = https://docs.openstack.org/charm-guide/latest/
|
|
classifiers =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[nosetests]
|
|
verbosity=2
|
|
with-coverage=1
|
|
cover-erase=1
|
|
cover-package=hooks
|