diff --git a/README.rst b/README.rst index f937b7c..f7a8be2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Docker Custodian ================ -Keep docker hosts clean and tidy. +Keep docker hosts tidy. dcgc diff --git a/setup.py b/setup.py index b743652..781df83 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( provides=['docker_custodian'], author='Daniel Nephin', author_email='dnephin@yelp.com', - description='Keep docker hosts clean and tidy.', + description='Keep docker hosts tidy.', packages=find_packages(exclude=['tests*']), include_package_data=True, install_requires=install_requires,