Fixed texts.

This commit is contained in:
darko-poljak 2014-01-27 07:39:40 +01:00
parent 088d4e5dc3
commit ec5fa69c4f
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ setup(
version='0.1.0',
author='Darko Poljak',
author_email='darko.poljak@gmail.com',
description='Find duplicate files in directory tree.',
description='Find duplicate files and perform action.',
license="GPLv3",
keywords=['find duplicate files', ],
url='https://github.com/darko-poljak/sweeper',
download_url='https://github.com/darko-poljak/sweeper',
packages=['sweeper'],
long_description=read('README.rst'),
long_description=read('README.md'),
platforms="OS Independent",
install_requires=["docopt"],
classifiers=[