File: __init__.py

package info (click to toggle)
python-markdown-rundoc 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: python: 189; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
Set of markdown extensions used by rundoc utility.
"""

__version__ = "0.3.1"
__license__ = "BSD"
__year__ = "2018"
__author__ = "Predrag Mandic"
__author_email__ = "predrag@eclecticiq.com"
__copyright__ = "Copyright {} {} <{}>".format(
    __year__, __author__, __author_email__)