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 =