# HG changeset patch # User Goffi # Date 1308525855 -7200 # Node ID 042f598896d50a96f29cc49fc4f644986eb50809 # Parent 24811d2cee6668f848b7ba8c9a1d4b8e2df79458 setup's description update, needed for pypi diff -r 24811d2cee66 -r 042f598896d5 setup.py --- a/setup.py Thu Jun 16 15:40:34 2011 +0200 +++ b/setup.py Mon Jun 20 01:24:15 2011 +0200 @@ -12,7 +12,7 @@ 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',