File: //usr/local/qcloud/monitor/barad/lib/pyzxml/setup.py
from distutils.core import setup
from sys import version
_package_name='zxmlpy'
setup(name=_package_name,
version='1.0.0',
description='Python Bindings for the Eflame Management Library',
py_modules=['pyzxml'],
license="BSD",
url="http://www.enflame.com/",
author="Tencent Technology",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Hardware',
'Topic :: System :: Systems Administration',
],
)