Skip to content

Commit

Permalink
Update requirements and drop support for Python 3.3
Browse files Browse the repository at this point in the history
and increment revision version: v1.0.2
  • Loading branch information
faheel committed Apr 6, 2018
1 parent fabbd91 commit 545cfdb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='cleanup',
version='1.0.1',
version='1.0.2',
description='A simple command line utility that organises files in a '
'directory into subdirectories.',
long_description=long_description,
Expand All @@ -25,14 +25,13 @@
'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='cleanup file-organiser file-organisation file-management colored docopt',
keywords='cleanup file-organiser file-organisation file-management hue docopt',
packages=find_packages(exclude=['test']),
install_requires=['docopt', 'colored'],
install_requires=['docopt', 'huepy'],
extras_require={
'dev': ['pylint'],
},
Expand Down

0 comments on commit 545cfdb

Please sign in to comment.