diff --git a/README.rst b/README.rst index 024b20f..4d223c7 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 87456a8..cedd206 100755 --- a/setup.py +++ b/setup.py @@ -14,9 +14,8 @@ setup( 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',