From c4eb72d6a06f223951381c7eeca5c3caa87338ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 23 May 2017 09:31:19 +0200 Subject: [PATCH] Fix name in setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It fixes duplicated names between setup.py and modules/setup.py. We could also have considered listing releng utils as scripts in modules/setup.py which is mandatory if another OPNFV project needs them (eg Functest before [1] was merged). They could be required in case of functional or unit testing too. [1] https://gerrit.opnfv.org/gerrit/#/c/35199/ Change-Id: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f Signed-off-by: Cédric Ollivier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d9246ec4..3c934085d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( - name="opnfv", + name="releng", version="master", url="https://www.opnfv.org", ) -- 2.16.6