gramps/src/plugins/view/fanchartview.gpr.py

15 lines
515 B
Python
Raw Normal View History

register(VIEW,
id = 'fanchartview',
name = _("Fan Chart View"),
category = ("Ancestry", _("Ancestry")),
description = _("The view showing relations through a fanchart"),
version = '1.0',
2010-03-07 04:17:25 +05:30
gramps_target_version = '3.3',
status = STABLE,
fname = 'fanchartview.py',
authors = [u"Douglas S. Blank"],
authors_email = ["doug.blank@gmail.com"],
viewclass = 'FanChartView',
stock_icon = 'gramps-fanchart',
)