From f0e07d5e5dd4a184bc3a97db339dbaf770a64a77 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 11 Feb 2015 17:11:02 -0800 Subject: [PATCH] Match the updated openstack-manuals description The review @ https://review.openstack.org/#/c/152241/ suggested a better description so update the docs in the code to follow that better description. Change-Id: Ibb7d1958514d1692fd36d2c600315b4a838f33e7 --- README.rst | 5 ++--- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c07f0b3..b400640 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,8 @@ Debtcollector ============= -A collection of Python patterns that help you collect your technical debt in a -non-destructive manner (following deprecation patterns and strategies and -so-on). +A collection of Python deprecation patterns and strategies that help you +collect your technical debt in a non-destructive manner. * Free software: Apache license * Documentation: http://docs.openstack.org/developer/debtcollector diff --git a/setup.cfg b/setup.cfg index d73f9be..5d23be2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = debtcollector -summary = A collection of python patterns that help you collect your technical debt in a non-destructive manner. +summary = A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. description-file = README.rst author = OpenStack