Added wheel settings setup.cfg so the publish to pypi works correctly

Change-Id: I4bcf8c5649f8700be767e36967196a11c0f27f15
This commit is contained in:
Tim Kuhlman 2014-07-22 14:06:42 -06:00
parent 72e4a18b9d
commit 5dfd9374e9
3 changed files with 5 additions and 1 deletions

View File

@ -3,3 +3,4 @@ kazoo>=1.3
MySQL-python
python-statsd>=1.6.3
PyYAML
wheel

View File

@ -1,3 +1,6 @@
[wheel]
universal = 1
[pep8]
max-line-length = 120

View File

@ -19,7 +19,7 @@ import setuptools
setuptools.setup(
name="monasca-notification",
version="1.0.1",
version="1.0.2",
author="Tim Kuhlman",
author_email="tim.kuhlman@hp.com",
description="Notification engine used in the monasca monitoring system",