Skip to content

Commit

Permalink
Updated descriptions consistent with docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thammus committed Jul 26, 2017
1 parent 56b27fb commit bf5e3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Instaloader
===========

Tool to automatically download pictures (or videos) of given profiles
Download pictures (or videos) along with their captions and other metadata
from Instagram.

Installation
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
license='MIT',
author='Alexander Graf, André Koch-Kramer',
author_email='mail@agraf.me, koch-kramer@web.de',
description='Tool to download Instagram pictures (or videos) and captions from a given set of '
'profiles (even if private), from your feed or from all followees of a given '
'profile.',
description='Download pictures (or videos) along with their captions and other metadata '
'from Instagram.',
long_description=open('README.rst').read(),
install_requires=['requests>=2.4'],
python_requires='>=3.5',
Expand Down

0 comments on commit bf5e3b9

Please sign in to comment.