13 lines
291 B
Python
13 lines
291 B
Python
# Copyright (c) 2010-2019 openpyxl
|
|
|
|
"""
|
|
Package medata
|
|
"""
|
|
|
|
__author__ = "See AUTHORS"
|
|
__author_email__ = "charlie.clark@clark-consulting.eu"
|
|
__license__ = "MIT/Expat"
|
|
__maintainer_email__ = "openpyxl-users@googlegroups.com"
|
|
__url__ = "https://openpyxl.readthedocs.io"
|
|
__version__ = "2.6.2"
|