c993e3ef10
Fixes: [pbr] Generating ChangeLog .../lib/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( .../lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( .../lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( .../lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( running editable_wheel Change-Id: I248d6a305108f4eb49b8ce10829fb4f650104c8a
37 lines
1.6 KiB
INI
37 lines
1.6 KiB
INI
[metadata]
|
|
name = openstack-election
|
|
summary = OpenStack Election Documents
|
|
description_file = README.rst
|
|
author = OpenStack Election Officials
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://governance.openstack.org/election/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages = openstack_election
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ci-check-all-candidate-files = openstack_election.cmds.ci_check_all_candidate_files:main
|
|
check-all-candidacies = openstack_election.cmds.check_all_candidacies:main
|
|
check-candidacy = openstack_election.cmds.check_candidacy:main
|
|
check-candidacy-manual = openstack_election.cmds.check_manual:main
|
|
render-statistics = openstack_election.cmds.render_statistics:main
|
|
update-governance = openstack_election.cmds.update_governance:main
|
|
close-election = openstack_election.cmds.close_election:main
|
|
search-rolls = openstack_election.cmds.search_rolls:main
|
|
create-directories = openstack_election.cmds.create_directories:main
|
|
generate-rolls = openstack_election.cmds.generate_rolls:main
|
|
owners = openstack_election.cmds.change_owners:main
|
|
template-emails = openstack_election.cmds.template_emails:main
|
|
setup-election-config = openstack_election.cmds.setup_election_config:main
|