forked from varia/varia.website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
12 lines
340 B
# -*- coding: utf-8 -*-
|
|
__title__ = 'bootstrap-rst'
|
|
__version__ = '0.1.1'
|
|
__author__ = 'Nicolas P. Rougier'
|
|
__credits__ = ['Nicolas P. Rougier', 'Alex Waite', 'Trevor Morgan']
|
|
__maintainer__ = "Alex Waite"
|
|
__email__ = "alex@waite.eu"
|
|
__status__ = "Development"
|
|
__license__ = 'MIT'
|
|
__copyright__ = 'Copyright 2014'
|
|
|
|
from .bootstrap import *
|
|
|