diff options
Diffstat (limited to 'apigateway/setup.cfg')
-rw-r--r-- | apigateway/setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg index 920094a..e26e0bd 100644 --- a/apigateway/setup.cfg +++ b/apigateway/setup.cfg @@ -2,7 +2,7 @@ name = apigateway url = https://opnfv.org/parser summary = API Application -description-file = README.rst +description-file = README.md author = parser author-email = openstack-dev@lists.openstack.org classifier = @@ -51,4 +51,4 @@ input_file = apigateway/locale/apigateway.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = apigateway/locale/apigateway.pot
\ No newline at end of file +output_file = apigateway/locale/apigateway.pot |