mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
Update tagline.
This commit is contained in:
parent
cfcb46e1de
commit
760dff075f
@ -1,7 +1,7 @@
|
|||||||
Docker Custodian
|
Docker Custodian
|
||||||
================
|
================
|
||||||
|
|
||||||
Keep docker hosts clean and tidy.
|
Keep docker hosts tidy.
|
||||||
|
|
||||||
|
|
||||||
dcgc
|
dcgc
|
||||||
|
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ setup(
|
|||||||
provides=['docker_custodian'],
|
provides=['docker_custodian'],
|
||||||
author='Daniel Nephin',
|
author='Daniel Nephin',
|
||||||
author_email='dnephin@yelp.com',
|
author_email='dnephin@yelp.com',
|
||||||
description='Keep docker hosts clean and tidy.',
|
description='Keep docker hosts tidy.',
|
||||||
packages=find_packages(exclude=['tests*']),
|
packages=find_packages(exclude=['tests*']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
Loading…
Reference in New Issue
Block a user