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.
14 lines
306 B
14 lines
306 B
# Copyright (c) 2010-2024 openpyxl
|
|
|
|
"""
|
|
Package metadata
|
|
"""
|
|
|
|
__author__ = "See AUTHORS"
|
|
__author_email__ = "charlie.clark@clark-consulting.eu"
|
|
__license__ = "MIT"
|
|
__maintainer_email__ = "openpyxl-users@googlegroups.com"
|
|
__url__ = "https://openpyxl.readthedocs.io"
|
|
__version__ = "3.1.4"
|
|
__python__ = "3.8"
|