diff options
-rw-r--r-- | apigateway/setup.cfg | 2 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tosca2heat/heat-translator/setup.cfg | 2 | ||||
-rw-r--r-- | tosca2heat/tosca-parser/setup.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg index b76a3df..18de52b 100644 --- a/apigateway/setup.cfg +++ b/apigateway/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = apigateway -version = 0.1 +version = url = https://opnfv.org/parser summary = API Application description-file = README.md @@ -1,6 +1,6 @@ [metadata] name = nfv-parser -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = OPNFV Parser Project author = OPNFV diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 4fe4404..863b97d 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = heat-translator -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = Tool to translate non-heat templates to Heat Orchestration Template in nfv. description-file = diff --git a/tosca2heat/tosca-parser/setup.cfg b/tosca2heat/tosca-parser/setup.cfg index 6ca5d0e..0d4e163 100644 --- a/tosca2heat/tosca-parser/setup.cfg +++ b/tosca2heat/tosca-parser/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nfv-toscaparser -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = Parser for nfv tosca and TOSCA Simple Profile in YAML. description-file = |