voting/voting/__version__.py

11 wiersze
373 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."
2018-01-09 03:50:11 +00:00
__url__ = "https://github.com/crflynn/voting"
2019-07-12 02:08:59 +00:00
__version__ = "0.1.2"
2018-01-07 01:55:14 +00:00
__author__ = "Christopher Flynn"
__author_email__ = "crf204@gmail.com"
__license__ = "MIT"
2019-07-12 02:08:59 +00:00
__copyright__ = "Copyright 2018-2019 Christopher Flynn"
__docs_copyright__ = "2018-2019 Christopher Flynn"