3eb8627374
The content is based on what pbr does [1] and packaging docs [2]. The links chosen and the names used are whatever we like. project_urls are used when displaying packages on pypi, the links show up in the left sidebar under a project links section. pbr's example [3]. [1] https://docs.openstack.org/pbr/latest/user/using.html#setup-cfg [2] https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls [3] https://pypi.org/project/pbr/ Change-Id: I0c8663b1ed495f141350fd023c78a6ff38bca29f Story: 2005170 Task: 30915
64 lines
1.9 KiB
INI
64 lines
1.9 KiB
INI
[metadata]
|
|
name = openstack-placement
|
|
summary = Resource provider inventory usage and allocation service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/placement/latest/
|
|
project_urls =
|
|
Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/placement
|
|
Documentation = https://docs.openstack.org/placement/latest/
|
|
API Reference = https://docs.openstack.org/api-ref/placement/
|
|
Source Code = https://opendev.org/openstack/placement
|
|
Release Notes = https://docs.openstack.org/releasenotes/placement/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
placement
|
|
placement_db_tools
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
placement.conf = placement.conf.opts:list_opts
|
|
|
|
oslo.policy.enforcer =
|
|
placement = placement.policy:get_enforcer
|
|
|
|
oslo.policy.policies =
|
|
# The sample policies will be ordered by entry point and then by list
|
|
# returned from that entry point. If more control is desired split out each
|
|
# list_rules method into a separate entry point rather than using the
|
|
# aggregate method.
|
|
placement = placement.policies:list_rules
|
|
|
|
console_scripts =
|
|
placement-manage = placement.cmd.manage:main
|
|
placement-status = placement.cmd.status:main
|
|
wsgi_scripts =
|
|
placement-api = placement.wsgi:init_application
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|