diff options
-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 | ||||
-rw-r--r-- | python-dockering/README.md | 2 | ||||
-rw-r--r-- | python-dockering/pom.xml | 2 | ||||
-rw-r--r-- | python-dockering/setup.py | 2 |
6 files changed, 9 insertions, 8 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', diff --git a/python-dockering/README.md b/python-dockering/README.md index fd8d436..4d9fff3 100644 --- a/python-dockering/README.md +++ b/python-dockering/README.md @@ -1,3 +1,3 @@ -# python-dockering +# onap-dcae-dockering Library used to manage Docker containers in DCAE. diff --git a/python-dockering/pom.xml b/python-dockering/pom.xml index 3d5a192..afc39a8 100644 --- a/python-dockering/pom.xml +++ b/python-dockering/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-dockering</artifactId> + <artifactId>onap-dcae-dockering</artifactId> <name>dcaegen2-utils-python-dockering</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> diff --git a/python-dockering/setup.py b/python-dockering/setup.py index 9a0537e..a960d34 100644 --- a/python-dockering/setup.py +++ b/python-dockering/setup.py @@ -21,7 +21,7 @@ import os from setuptools import setup setup( - name='python-dockering', + name='onap-dcae-dockering', description='Library used to manage Docker containers in DCAE', version="1.3.0", author="Michael Hwang", |