election/setup.cfg
Tony Breeds 745b694f4b Add a tool to pick some start dates for an election
For the most part the dates for an election can be known in advance and
the formula for working them out isn't too complex.

Add a tool that, given some simple args, can make an educated guess as
to when an election should be run.

Change-Id: Ied3b5e2d4494f325bda549f303e68151856008bf
2018-12-12 14:09:05 +11:00

46 lines
1.7 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 = 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 :: 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
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
builders = html
[pbr]
warnerrors = True