From a62915cb00f3288aa015c218744b12dd561b8a0e Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Fri, 18 Aug 2017 17:13:14 -0700 Subject: [PATCH] Move comments up in [extras] section of setup.cfg This ensures requirements bot recognizes existing entries in the section and doesn't add duplicate requirements as it happened in https://review.openstack.org/#/c/494775 Change-Id: I33af866e1dea650cd913e08bd3eff4b5bc09bb13 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8ab05ff0..1b6d7e4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,10 +17,10 @@ classifier = Environment :: Console [extras] -docs = # make openstackdocstheme an optional dependency. cliff is a low level lib # that is used outside of OpenStack. Not having something OpenStack specific # as build requirement is a good thing. +docs = openstackdocstheme>=1.16.0 # Apache-2.0 [global]