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:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
Reference in New Issue
Block a user