Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CCharlieLi committed May 14, 2016
1 parent 1e2aa79 commit 7143104
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
except ImportError:
from distutils.core import setup

README = ''
with open('README.md', mode='r', encoding='utf-8') as rdm:
README = rdm.read()

setup(
name='funny_tool',
version='0.2.5',
version='0.2.6',
description='The funny tools to download movies and comics',
long_description=README,
author='CCharlieLi',
author_email='[email protected]',
url='https://github.com/CCharlieLi/funny_tool',
Expand Down

0 comments on commit 7143104

Please sign in to comment.