From dc3248b1fbd26e6178cef764f8eb979adba20006 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Thu, 13 Jul 2017 11:55:22 -0400 Subject: [PATCH] Fix references from extras to utils in setup.cfg In setup.cfg were still references to tripleo-quickstart-extras, the repo from which this wan was forked. This caused confusion in the outputs due to the same name. Change-Id: I02d0849ab80349c4c73f727ae91dacaa77fcd628 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 77a7c73..8ff90b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] -name = tripleo-quickstart-extras +name = tripleo-quickstart-utils summary = Extend tripleo-quickstart's abilities to deploy and test TripleO description-file = README.md -author = John Trowbridge -author-email = jtrowbri@redhat.com +author = Raoul Scarazzini +author-email = rasca@redhat.com home-page = http://docs.openstack.org/developer/tripleo-quickstart/ classifier = License :: OSI Approved :: Apache Software License