Add project infomation into setup.cfg

Change-Id: I8602f50d0bcee50c11d86f03860ad326b0d40fe7
This commit is contained in:
caoyuan 2019-01-09 14:49:24 +00:00
parent 5f255bc9f9
commit 0bb67846e6
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
[metadata]
name = charm-neutron-api
summary = Charm module for OpenStack Neutron API
description-file =
README.md
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/charm-guide/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[nosetests]
verbosity=1
with-coverage=1