mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add classifiers
This commit is contained in:
parent
6ea6027a17
commit
c4c850f480
7
setup.py
7
setup.py
@ -41,10 +41,17 @@ setup(
|
|||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'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',
|
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Operating System :: MacOS :: MacOS X',
|
||||||
|
'Operating System :: POSIX :: Linux',
|
||||||
],
|
],
|
||||||
|
|
||||||
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],
|
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user