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
This commit is contained in:
Rajath Agasthya 2017-08-18 17:13:14 -07:00
parent a206c7464a
commit a62915cb00
1 changed files with 1 additions and 1 deletions

View File

@ -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]