Skip to content

Commit

Permalink
Update setup file
Browse files Browse the repository at this point in the history
* update version to 1.0.0
* update download URL
* update keywords
  • Loading branch information
faheel committed Apr 4, 2018
1 parent 573731a commit e676cb6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
setup(
name='cleanup',
packages=['cleanup'],
version='0.0.0',
description='A simple command line utility that organises files in a directory into subdirectories.',
version='1.0.0',
description='A simple command line utility that organises files in a '
'directory into subdirectories.',
author='Faheel Ahmad',
author_email='[email protected]',
url='https://github.com/faheel/cleanup',
download_url='https://github.com/faheel/cleanup/archive/0.1.0.tar.gz',
keywords=[''],
download_url='https://github.com/faheel/cleanup/archive/v1.0.0.tar.gz',
keywords=['cleanup', 'file-organiser', 'file-organisation',
'file-management', 'cli', 'command-line', 'command-line-tool'],
include_package_data=True,
license='MIT',
classifiers=[
Expand Down

0 comments on commit e676cb6

Please sign in to comment.