From a131687fc00d5b9015c107bf7ccdc04ea45ef298 Mon Sep 17 00:00:00 2001 From: timma-yelp <166529008+timma-yelp@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:50:43 +0000 Subject: [PATCH 1/2] Updated README.md to correct the pip install with new package name Changed the package name to `service_configuration_lib` to follow the standards and corrected the pip install command accordingly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adda535..ff93b12 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ From source: From pypi: - pip install service-configuration-lib + pip install service_configuration_lib ## License From 77770318eabe8ec39c1d93f31601f2b7d0249821 Mon Sep 17 00:00:00 2001 From: Timma Reddy Kunduru Date: Fri, 14 Nov 2025 14:58:50 -0800 Subject: [PATCH 2/2] Updated the package name to follow the standards --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30cf421..44356fa 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup setup( - name='service-configuration-lib', + name='service_configuration_lib', version='3.3.6', provides=['service_configuration_lib'], description='Start, stop, and inspect Yelp SOA services',