Updated descriptions consistent with docstring
This commit is contained in:
parent
56b27fb26f
commit
bf5e3b90d0
@ -1,7 +1,7 @@
|
|||||||
Instaloader
|
Instaloader
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Tool to automatically download pictures (or videos) of given profiles
|
Download pictures (or videos) along with their captions and other metadata
|
||||||
from Instagram.
|
from Instagram.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
5
setup.py
5
setup.py
@ -14,9 +14,8 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
author='Alexander Graf, André Koch-Kramer',
|
author='Alexander Graf, André Koch-Kramer',
|
||||||
author_email='mail@agraf.me, koch-kramer@web.de',
|
author_email='mail@agraf.me, koch-kramer@web.de',
|
||||||
description='Tool to download Instagram pictures (or videos) and captions from a given set of '
|
description='Download pictures (or videos) along with their captions and other metadata '
|
||||||
'profiles (even if private), from your feed or from all followees of a given '
|
'from Instagram.',
|
||||||
'profile.',
|
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
install_requires=['requests>=2.4'],
|
install_requires=['requests>=2.4'],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user