From 73fae2eee1eb1962dae492b5c91e655a45a619e1 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Wed, 22 Oct 2014 11:03:18 -0700 Subject: [PATCH] Stackforge fix Version bump and fix stackforge repo link Change-Id: If0cdea23a57bb225e7e765e6327429871ae4fbfd --- .gitreview | 5 +++++ setup.cfg | 4 ++-- tox.ini | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..2ac9904 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/stacktach-notification-utils.git + diff --git a/setup.cfg b/setup.cfg index 7b42afc..10a3b87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = notification_utils -version = 0.1 +version = 0.2 author = Dark Secret Software Inc. author-email = admin@darksecretsoftware.com summary = Utilities for dealing with OpenStack Notifications @@ -15,7 +15,7 @@ classifier = Operating System :: OS Independent Programming Language :: Python Topic :: Software Development :: Libraries :: Python Modules -home-page = https://github.com/StackTach/notification_utils +home-page = https://github.com/stackforge/stacktach-notification-utils keywords = openstack notifications diff --git a/tox.ini b/tox.ini index efc494f..495df0b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27 +envlist = py26, py27 [testenv] deps =