Add classifiers

This commit is contained in:
Endre Karlson 2012-11-02 08:54:16 +01:00
parent cbb8835ca6
commit 946f05c513
1 changed files with 11 additions and 1 deletions

View File

@ -59,5 +59,15 @@ setup(
sqlite = billistix.storage.impl_sqlalchemy:SQLAlchemyStorage
[billistix.recorder]
ceilometer = billistix.recorder.impl_ceilometer:RecordEngine
""")
"""),
classifiers=[
'Development Status :: 3 - Alpha',
'Topic :: Finance :: Billing Service',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)',
'Environment :: OpenStack',
]
)