summaryrefslogtreecommitdiffstats
path: root/tosca2heat
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-07-26 16:25:45 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-07-26 16:25:45 +0800
commite22b58bdcd35465dc9f8144e9b0980e0f4366c90 (patch)
tree67c6da8c57d48cd98bed7d401013c7d86da4f02c /tosca2heat
parent9e382971de09ffbb4cf1b1f0f738cc2ee830b36d (diff)
Modify the classifier Enviroment in setup cfg
There is no OPNFV enviroment in setup cfg classifier, and it will be error when upload package to pypi JIRA: PRRSER-131 Change-Id: I1b0f52b03adbbfa0b803dc1966f2412b525e7677 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat')
-rw-r--r--tosca2heat/heat-translator/setup.cfg2
-rw-r--r--tosca2heat/tosca-parser/setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg
index 489d56d..4fe4404 100644
--- a/tosca2heat/heat-translator/setup.cfg
+++ b/tosca2heat/heat-translator/setup.cfg
@@ -9,7 +9,7 @@ author = OPNFV
author-email = opnfv-dev@lists.opnfv.org
home-page = https://wiki.opnfv.org/display/parser
classifier =
- Environment :: OPNFV
+ Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
diff --git a/tosca2heat/tosca-parser/setup.cfg b/tosca2heat/tosca-parser/setup.cfg
index eb14810..6ca5d0e 100644
--- a/tosca2heat/tosca-parser/setup.cfg
+++ b/tosca2heat/tosca-parser/setup.cfg
@@ -9,7 +9,7 @@ author = OPNFV
author-email = opnfv-dev@lists.opnfv.org
home-page = https://wiki.opnfv.org/display/parser
classifier =
- Environment :: OPNFV
+ Environment :: Plugins
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License