Fix name in setup.py 83/35183/5
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 23 May 2017 07:31:19 +0000 (09:31 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 30 May 2017 12:42:23 +0000 (14:42 +0200)
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 <cedric.ollivier@orange.com>
setup.py

index 2d9246e..3c93408 100644 (file)
--- 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",
 )