Skip to content

Commit

Permalink
Update setup scripts
Browse files Browse the repository at this point in the history
* remove unnecessary setup.cfg
* add license information in setup.py
* increment revision version: v1.0.1
  • Loading branch information
faheel committed Apr 4, 2018
1 parent 736a701 commit f3b5136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@

setup(
name='cleanup',
version='1.0.0',
version='1.0.1',
description='A simple command line utility that organises files in a '
'directory into subdirectories.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/faheel/cleanup',
author='Faheel Ahmad',
author_email='[email protected]',
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',

Expand Down

0 comments on commit f3b5136

Please sign in to comment.