diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-20 15:17:51 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-20 15:18:29 -0400 |
commit | 385a2870137aa18d558f413136a361d0562a8ac6 (patch) | |
tree | 323195281a13aa5d3c22b0d387f4a9cb8237f33e /python-discovery-client | |
parent | a7a5837b436be8d21d3df9cf177ff525acc54118 (diff) |
Change name of packages to onap-dcae-*
For dockering and discovery-client
Change-Id: Ieeab4309fc06ebb32f5f48133b7afc90dea681f8
Issue-Id: DCAEGEN2-60
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'python-discovery-client')
-rw-r--r-- | python-discovery-client/README.md | 5 | ||||
-rw-r--r-- | python-discovery-client/pom.xml | 2 | ||||
-rw-r--r-- | python-discovery-client/setup.py | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/python-discovery-client/README.md b/python-discovery-client/README.md index b022f5d..dd99fc5 100644 --- a/python-discovery-client/README.md +++ b/python-discovery-client/README.md @@ -1,2 +1,3 @@ -# python-discovery-client -Python client to be used by service components for discovery +# onap-dcae-discovery-client + +Library of discovery functionality diff --git a/python-discovery-client/pom.xml b/python-discovery-client/pom.xml index d6ffd73..39b5da5 100644 --- a/python-discovery-client/pom.xml +++ b/python-discovery-client/pom.xml @@ -26,7 +26,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.utils</groupId> - <artifactId>python-discovery-client</artifactId> + <artifactId>onap-dcae-discovery-client</artifactId> <name>dcaegen2-utils-python-discovery-client</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> diff --git a/python-discovery-client/setup.py b/python-discovery-client/setup.py index 2575358..ddd99de 100644 --- a/python-discovery-client/setup.py +++ b/python-discovery-client/setup.py @@ -22,12 +22,12 @@ from pip.req import parse_requirements from pip.download import PipSession setup( - name = "python-discovery-client", + name = "onap-dcae-discovery-client", version = "2.1.0", packages = find_packages(), author = "Michael Hwang", email="dcae@lists.openecomp.org", - description = ("Python client to be used by service components for discovery"), + description = ("Library of discovery functionality"), install_requires = [ 'python-consul>=0.6.0,<1.0.0', 'requests>=2.11.0,<3.0.0', |