Skip to content

Commit 867fa28

Browse files
committed
fix classifiers
1 parent 583a253 commit 867fa28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ def read_version():
3535
raise RuntimeError('Cannot find version in aiomysql/__init__.py')
3636

3737
classifiers = [
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

5051
setup(name='aiomysql',

0 commit comments

Comments
 (0)