File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,17 @@ def read_version():
3535 raise RuntimeError ('Cannot find version in aiomysql/__init__.py' )
3636
3737classifiers = [
38+ 'License :: OSI Approved :: MIT License' ,
39+ 'Intended Audience :: Developers' ,
3840 'Programming Language :: Python :: 3' ,
3941 'Programming Language :: Python :: 3.3' ,
4042 'Programming Language :: Python :: 3.4' ,
41- 'Programming Language :: Python :: Implementation :: CPython' ,
43+ 'Operating System :: POSIX' ,
44+ 'Environment :: Web Environment' ,
4245 'Development Status :: 3 - Alpha' ,
43- 'Intended Audience :: Developers' ,
44- 'License :: OSI Approved :: MIT License' ,
4546 'Topic :: Database' ,
4647 'Topic :: Database :: Front-Ends' ,
47- ],
48+ ]
4849
4950
5051setup (name = 'aiomysql' ,
You can’t perform that action at this time.
0 commit comments