Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
setup: don't require chardet for cli/conf options, add @AntonioChen t…
Browse files Browse the repository at this point in the history
…o authors
  • Loading branch information
mk-fg committed Mar 9, 2013
1 parent 130165e commit b33a03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
setup(

name='python-skydrive',
version='13.03.12',
author='Mike Kazantsev',
version='13.03.13',
author='Mike Kazantsev, Antonio Chen',
author_email='mk.fraggod@gmail.com',
license='WTFPL',
keywords='skydrive api oauth2 rest microsoft cloud live liveconnect',
Expand Down Expand Up @@ -45,8 +45,8 @@
# install_requires = [],
extras_require=dict(
standalone=['requests'],
cli=['PyYAML', 'requests', 'chardet'],
conf=['PyYAML', 'requests', 'chardet']),
cli=['PyYAML', 'requests'],
conf=['PyYAML', 'requests']),

packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit b33a03d

Please sign in to comment.