@@ -44,16 +44,18 @@ def run(self):
4444 'License :: OSI Approved :: BSD License' ,
4545 'Operating System :: OS Independent' ,
4646 'Programming Language :: Python' ,
47+ 'Programming Language :: Python :: 2' ,
48+ 'Programming Language :: Python :: 2.7' ,
4749 'Programming Language :: Python :: 3' ,
50+ 'Programming Language :: Python :: 3.4' ,
51+ 'Programming Language :: Python :: 3.5' ,
4852 'Programming Language :: Python :: 3.6' ,
4953 'Programming Language :: Python :: 3.7' ,
50- 'Programming Language :: Python :: 3.8' ,
51- 'Programming Language :: Python :: 3.9' ,
5254 'Programming Language :: Python :: Implementation :: CPython' ,
5355 'Programming Language :: Python :: Implementation :: PyPy' ,
5456 'Topic :: Software Development :: Libraries :: Python Modules' ,
5557 ],
56- python_requires = '>=3.6 ' ,
58+ python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* ' ,
5759 packages = ['babel' , 'babel.messages' , 'babel.localtime' ],
5860 include_package_data = True ,
5961 install_requires = [
0 commit comments