Set to version 1.0.0 and setup for upload to pypi

This commit is contained in:
Tim Kuhlman 2014-05-12 09:10:32 -06:00
parent 57b9ff3c0c
commit 905b64e89f

View File

@ -19,7 +19,18 @@ import setuptools
setuptools.setup(
name="mon-notification",
version="0.1",
version="1.0.0",
author="Tim Kuhlman",
author_email="tim.kuhlman@hp.com",
description="Notification engine used in the monitoring system",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Topic :: System :: Monitoring"
],
license="Apache",
keywords="openstack monitoring email",
url="https://github.com/hpcloud-mon/mon-notification",
packages=setuptools.find_packages(exclude=['tests']),
entry_points={
'console_scripts': [