Update tagline.

This commit is contained in:
Daniel Nephin 2015-07-10 12:52:21 -07:00
parent cfcb46e1de
commit 760dff075f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Docker Custodian
================
Keep docker hosts clean and tidy.
Keep docker hosts tidy.
dcgc

View File

@ -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,