voting/voting/__version__.py

11 wiersze
367 B
Python
Czysty Zwykły widok Historia

2018-01-07 01:55:14 +00:00
"""Version information."""
__title__ = "voting"
__description__ = "Voting and election related functions."
__url__ = "https://github.com/crflynn/stochastic"
__version__ = "0.1.0"
__author__ = "Christopher Flynn"
__author_email__ = "crf204@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2018 Christopher Flynn"
__docs_copyright__ = "2018 Christopher Flynn"