From f817f1b0f5ba610e40aafdc7fac6c8f3b95840f5 Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Thu, 31 Jan 2019 14:25:07 -0800 Subject: [PATCH] Update name in setup.cfg Update name variable in setup.cfg to be the project name (stx-distcloud-client). This is so the string above the left nav renders the correct project name for docs and release notes (consistent with other stx projects). Story: 2004900 Task: 29227 Change-Id: I58be0681b542f5e1b87dad4398b06d1057460d2d Signed-off-by: Kristal Dale --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e8e7dc4..a91b5db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = distributedcloud-client +name = stx-distcloud-client summary = Python client for Distributed Cloud description-file = README.rst