|
21 | 21 | author='Pusher', |
22 | 22 | |
23 | 23 | classifiers=[ |
24 | | - 'Development Status :: 3 - Alpha', |
25 | 24 | 'Intended Audience :: Developers', |
| 25 | + 'Programming Language :: Python', |
| 26 | + 'Programming Language :: Python :: 2', |
| 27 | + 'Programming Language :: Python :: 2.7', |
26 | 28 | 'Programming Language :: Python :: 3', |
| 29 | + 'Programming Language :: Python :: 3.4', |
| 30 | + 'Programming Language :: Python :: 3.5', |
| 31 | + 'Programming Language :: Python :: 3.6', |
| 32 | + 'Programming Language :: Python :: 3.7', |
| 33 | + 'Programming Language :: Python :: Implementation :: CPython', |
27 | 34 | ], |
28 | 35 | dependency_links=dependency_links, |
29 | 36 | description='Pusher Push Notifications Python server SDK', |
30 | 37 | include_package_data=True, |
31 | 38 | install_requires=install_requires, |
| 39 | + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", |
32 | 40 | long_description=long_description, |
33 | 41 | name='pusher_push_notifications', |
34 | 42 | packages=find_packages(exclude=['tests']), |
|
0 commit comments