diff options
Diffstat (limited to 'python-dockering/setup.py')
-rw-r--r-- | python-dockering/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |