Fix very minor packaging issues

- State in README.rst and setup.py metainfo that we require Python>=3.5

- Let Travis-CI test against newer versions of Python

- Let instaloader --help show where to report issues
This commit is contained in:
Alexander Graf
2017-02-13 09:57:03 +01:00
parent 02509d3c40
commit be477e8a88
4 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ setup(
'profile.',
long_description=open('README.rst').read(),
install_requires=['requests>=2.4'],
python_requires='>=3.3',
python_requires='>=3.5',
entry_points={'console_scripts': ['instaloader=instaloader:main']},
zip_safe=True,
keywords='instagram downloader',