setup.cfg
09e550c3
 [metadata]
 name = DevStack
 summary = OpenStack DevStack
 description-file =
     README.md
 author = OpenStack
 author-email = openstack-dev@lists.openstack.org
3c685013
 home-page = http://docs.openstack.org/developer/devstack
09e550c3
 classifier =
     Intended Audience :: Developers
     License :: OSI Approved :: Apache Software License
     Operating System :: POSIX :: Linux
 
 [build_sphinx]
 all_files = 1
 build-dir = doc/build
 source-dir = doc/source
 
 [pbr]
 warnerrors = True
 
 [wheel]
 universal = 1