Mercurial > gcp
comparison setup.py @ 61:67385805ae48
updated version number & changelog
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 20 Jun 2011 14:30:45 +0200 |
parents | 042f598896d5 |
children |
comparison
equal
deleted
inserted
replaced
60:40ec9445060a | 61:67385805ae48 |
---|---|
9 from os import path | 9 from os import path |
10 | 10 |
11 name = 'gcp' | 11 name = 'gcp' |
12 | 12 |
13 setup(name=name, | 13 setup(name=name, |
14 version='0.1.2', | 14 version='0.1.3', |
15 description=u"gcp is an advanced copy tool loosely inspired from cp", | 15 description=u"gcp is an advanced copy tool loosely inspired from cp", |
16 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', | 16 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', |
17 author='Goffi (Jérôme Poisson)', | 17 author='Goffi (Jérôme Poisson)', |
18 author_email='goffi@goffi.org', | 18 author_email='goffi@goffi.org', |
19 url='http://wiki.goffi.org/wiki/Gcp', | 19 url='http://wiki.goffi.org/wiki/Gcp', |