summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRajath Agasthya <rajathagasthya@gmail.com>2017-08-18 17:13:14 -0700
committerRajath Agasthya <rajathagasthya@gmail.com>2017-08-18 17:16:54 -0700
commita62915cb00f3288aa015c218744b12dd561b8a0e (patch)
tree4ce3e62f149874580ec9743fb3c1934e3d61cc8f /setup.cfg
parenta206c7464a5c28c52130ce8c831a17696609cca1 (diff)
downloadcliff-a62915cb00f3288aa015c218744b12dd561b8a0e.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8ab05ff..1b6d7e4 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]