diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-07-26 16:25:45 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-07-26 16:25:45 +0800 |
commit | e22b58bdcd35465dc9f8144e9b0980e0f4366c90 (patch) | |
tree | 67c6da8c57d48cd98bed7d401013c7d86da4f02c /apigateway/setup.cfg | |
parent | 9e382971de09ffbb4cf1b1f0f738cc2ee830b36d (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 'apigateway/setup.cfg')
-rw-r--r-- | apigateway/setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg index e26e0bd..b76a3df 100644 --- a/apigateway/setup.cfg +++ b/apigateway/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = apigateway +version = 0.1 url = https://opnfv.org/parser summary = API Application description-file = README.md |