1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-18 20:59:38 +02:00

Advertise PEP 561 compliance

This commit is contained in:
Alexander Graf 2020-11-19 10:32:46 +01:00
parent 1c2e226630
commit e11b88d44b
2 changed files with 2 additions and 1 deletions

0
instaloader/py.typed Normal file
View File

View File

@ -38,6 +38,7 @@ setup(
name='instaloader', name='instaloader',
version=get_version(), version=get_version(),
packages=['instaloader'], packages=['instaloader'],
package_data={'instaloader': ['py.typed']},
url='https://instaloader.github.io/', url='https://instaloader.github.io/',
license='MIT', license='MIT',
author='Alexander Graf, André Koch-Kramer', author='Alexander Graf, André Koch-Kramer',
@ -48,7 +49,7 @@ setup(
install_requires=requirements, install_requires=requirements,
python_requires='>=3.5', python_requires='>=3.5',
entry_points={'console_scripts': ['instaloader=instaloader.__main__:main']}, entry_points={'console_scripts': ['instaloader=instaloader.__main__:main']},
zip_safe=True, zip_safe=False,
keywords=keywords, keywords=keywords,
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',