From 760dff075f4250221e195a1bf2c89f475432847b Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Fri, 10 Jul 2015 12:52:21 -0700 Subject: [PATCH] Update tagline. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,