From ec5fa69c4f7323a4ffbabd9d6cbfaf89df5c502c Mon Sep 17 00:00:00 2001 From: darko-poljak Date: Mon, 27 Jan 2014 07:39:40 +0100 Subject: [PATCH] Fixed texts. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a82056b..883279b 100644 --- a/setup.py +++ b/setup.py @@ -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=[