Skip to content

Commit 1004130

Browse files
authored
Merge pull request #171 from Yelp/update_package_name_to_follow_the_standard
Updated README.md to correct the pip install with new package name
2 parents b46fc0a + 7777031 commit 1004130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ From source:
2020

2121
From pypi:
2222

23-
pip install service-configuration-lib
23+
pip install service_configuration_lib
2424

2525

2626
## License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717

1818
setup(
19-
name='service-configuration-lib',
19+
name='service_configuration_lib',
2020
version='3.3.6',
2121
provides=['service_configuration_lib'],
2222
description='Start, stop, and inspect Yelp SOA services',

0 commit comments

Comments
 (0)