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.
16 lines
392 B
16 lines
392 B
__title__ = "pygal"
|
|
__version__ = "3.1.0"
|
|
|
|
__summary__ = "A Python svg graph plotting library"
|
|
__uri__ = "https://www.pygal.org/"
|
|
__author__ = "Kozea"
|
|
__email__ = "dev@kozea.fr"
|
|
|
|
__license__ = "GNU LGPL v3+"
|
|
__copyright__ = "Copyright 2020 %s" % __author__
|
|
|
|
__all__ = [
|
|
'__title__', '__version__', '__summary__', '__uri__', '__author__',
|
|
'__email__', '__license__', '__copyright__'
|
|
]
|