Fixed texts.
This commit is contained in:
parent
088d4e5dc3
commit
ec5fa69c4f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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=[
|
||||
|
|
Loading…
Add table
Reference in a new issue