2e6b80df71
list-constraints takes a series name as input and produces a constraints file including all of the packages released as part of that series. It doesn't differentiate between servers and libraries and tools, since we don't know from here which might be listed in a given constraints file. Merging the output with a real constraints file is the responsibility of the user. Change-Id: I6f669dca320825f7a313953f8d13f5daf5e51368
40 lines
977 B
INI
40 lines
977 B
INI
[metadata]
|
|
name = releases
|
|
summary = OpenStack Releases
|
|
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
|
|
|
|
[files]
|
|
packages = openstack_releases
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
validate-request = openstack_releases.cmds.validate:main
|
|
list-changes = openstack_releases.cmds.list_changes:main
|
|
list-constraints = openstack_releases.cmds.list_constraints:main
|
|
|
|
[extras]
|
|
sphinxext =
|
|
sphinx
|
|
oslosphinx
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|