"""
A base template for Django projects using Bootstrap.
"""

__version__ = '0.0.2'
__author__ = 'Gunther Cox'
__email__ = 'gunthercx@gmail.com'
__url__ = 'https://github.com/gunthercox/django-bootstrap-base-template'
__download__ = '{}/tarball/{}'.format(__url__, __version__)
