setup.py: Add supported python versions for all packages.

This commit is contained in:
neiljp (Neil Pilgrim) 2019-07-30 15:35:29 -07:00 committed by Tim Abbott
parent 74d902d14f
commit 0427d962b0
3 changed files with 17 additions and 0 deletions

View file

@ -38,7 +38,12 @@ package_info = dict(
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Communications :: Chat',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
python_requires='>=3.5',
url='https://www.zulip.org/',
entry_points={
'console_scripts': [