Add classifiers

This commit is contained in:
Sylvain Bellemare 2016-02-22 11:51:17 +01:00
parent 6ea6027a17
commit c4c850f480
1 changed files with 7 additions and 0 deletions

View File

@ -41,10 +41,17 @@ setup(
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',
'Topic :: Software Development',
'Natural Language :: English',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
],
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],