Skip to content

Commit

Permalink
fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Feb 17, 2015
1 parent 583a253 commit 867fa28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,17 @@ def read_version():
raise RuntimeError('Cannot find version in aiomysql/__init__.py')

classifiers = [
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Operating System :: POSIX',
'Environment :: Web Environment',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Database',
'Topic :: Database :: Front-Ends',
],
]


setup(name='aiomysql',
Expand Down

0 comments on commit 867fa28

Please sign in to comment.