From 81d6de4e042f36100e766a7bab824a4a2d23295f Mon Sep 17 00:00:00 2001 From: Goffi Date: Mon, 20 Jun 2011 01:24:15 +0200 Subject: [PATCH] setup's description update, needed for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d408c6..14b9b08 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name = 'gcp' setup(name=name, version='0.1.2', - description=u"Goffi's CoPier", + description=u"gcp is an advanced copy tool loosely inspired from cp", long_description=u'gcp is a command-line tool to copy files, loosely inspired from cp, but with high level functionalities such as progress bar, copy continuation on error, journaling to know which files were successfuly copied, name mangling to workaround filesystem limitations (FAT), unique copy queue, copy list managemet, command arguments close to cp', author='Goffi (Jérôme Poisson)', author_email='goffi@goffi.org',