@@ -44,16 +44,18 @@ def run(self):
44
44
'License :: OSI Approved :: BSD License' ,
45
45
'Operating System :: OS Independent' ,
46
46
'Programming Language :: Python' ,
47
+ 'Programming Language :: Python :: 2' ,
48
+ 'Programming Language :: Python :: 2.7' ,
47
49
'Programming Language :: Python :: 3' ,
50
+ 'Programming Language :: Python :: 3.4' ,
51
+ 'Programming Language :: Python :: 3.5' ,
48
52
'Programming Language :: Python :: 3.6' ,
49
53
'Programming Language :: Python :: 3.7' ,
50
- 'Programming Language :: Python :: 3.8' ,
51
- 'Programming Language :: Python :: 3.9' ,
52
54
'Programming Language :: Python :: Implementation :: CPython' ,
53
55
'Programming Language :: Python :: Implementation :: PyPy' ,
54
56
'Topic :: Software Development :: Libraries :: Python Modules' ,
55
57
],
56
- python_requires = '>=3.6 ' ,
58
+ python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* ' ,
57
59
packages = ['babel' , 'babel.messages' , 'babel.localtime' ],
58
60
include_package_data = True ,
59
61
install_requires = [
0 commit comments