@@ -186,8 +186,8 @@ def main():
186186 long_description = long_description ,
187187 url = 'https://www.roundup-tracker.org' ,
188188 download_url = 'https://pypi.org/project/roundup' ,
189- classifiers = ['Development Status :: 5 - Production/Stable' ,
190- # 'Development Status :: 4 - Beta',
189+ classifiers = [# 'Development Status :: 5 - Production/Stable',
190+ 'Development Status :: 4 - Beta' ,
191191 #'Development Status :: 3 - Alpha',
192192 'Environment :: Console' ,
193193 'Environment :: Web Environment' ,
@@ -204,12 +204,11 @@ def main():
204204 'Programming Language :: Python :: 2' ,
205205 'Programming Language :: Python :: 2.7' ,
206206 'Programming Language :: Python :: 3' ,
207- 'Programming Language :: Python :: 3.4' ,
208- 'Programming Language :: Python :: 3.5' ,
209207 'Programming Language :: Python :: 3.6' ,
210208 'Programming Language :: Python :: 3.7' ,
211209 'Programming Language :: Python :: 3.8' ,
212210 'Programming Language :: Python :: 3.9' ,
211+ 'Programming Language :: Python :: 3.10' ,
213212 'Topic :: Communications :: Email' ,
214213 'Topic :: Office/Business' ,
215214 'Topic :: Software Development :: Bug Tracking' ,
0 commit comments