cac04e0db2
Add a simple doc publisher target that just includes the existing README. Some of the infra jobs that fail requirements try to point you to the requirements documentation; currently this is given as a raw RST link to the web-view of the git tree. It would be nicer to publish this as formatted HTML like all the other docs. Change-Id: I56b60a950c64880dd551d11e1997cd5ecbae283c
35 lines
1.0 KiB
INI
35 lines
1.0 KiB
INI
[metadata]
|
|
name = openstack.requirements
|
|
summary = OpenStack Python Dependencies
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
openstack_requirements
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
edit-constraints = openstack_requirements.cmds.edit_constraint:main
|
|
generate-constraints = openstack_requirements.cmds.generate:main
|
|
update-requirements = openstack_requirements.cmds.update:main
|
|
validate-constraints = openstack_requirements.cmds.validate:main
|