You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/10/18 18:56:16 UTC

qpid-dispatch git commit: NO-JIRA Fix author and description in setup.py for openstack dashboard console

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 976bd25dd -> 5f3eaff19


NO-JIRA Fix author and description in setup.py for openstack dashboard console


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5f3eaff1
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5f3eaff1
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5f3eaff1

Branch: refs/heads/master
Commit: 5f3eaff19a3751a87337a051f80fe6c8610c1131
Parents: 976bd25
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Oct 18 14:55:58 2017 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Oct 18 14:55:58 2017 -0400

----------------------------------------------------------------------
 console/dispatch-dashboard/setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5f3eaff1/console/dispatch-dashboard/setup.py
----------------------------------------------------------------------
diff --git a/console/dispatch-dashboard/setup.py b/console/dispatch-dashboard/setup.py
index 1815410..78e838d 100644
--- a/console/dispatch-dashboard/setup.py
+++ b/console/dispatch-dashboard/setup.py
@@ -18,9 +18,8 @@ from setuptools import setup, find_packages
 setup(
     name = 'dispatch',
     version = '0.0.1',
-    description = 'sample dashboard extension for OpenStack Dashboard',
-    author = 'Cindy Lu',
-    author_email = 'clu@us.ibm.com',
+    description = 'dashboard extension for OpenStack Dashboard',
+    author = 'Redhat',
     classifiers = [
         'Environment :: OpenStack',
         'Framework :: Django',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org