[metadata]
name = python-office
version = 1.0.6
description = www.python-office.com
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/CoderWanFeng/python-office
author = CoderWanFeng
author_email = 1957875073@qq.com
license = Apache-2.0 license
license_file = LICENSE
platforms = any

project_urls =
    Bug Tracker = https://github.com/CoderWanFeng/python-office/issues
    Documentation = https://github.com/CoderWanFeng/python-office/blob/main/README.md
    Source Code = https://github.com/CoderWanFeng/python-office

[options]
packages = find:
install_requires =
    poppt;platform_system=='Windows'
    poword;platform_system=='Windows'
    search4file;platform_system=='Windows'
    PyOfficeRobot;platform_system=='Windows'
    rich >= 9.13.0
    you-get
    poimage
    poexcel
    pofile
    popdf
    wftools
    povideo
    poprogress
    poocr
    pocode
    poemail
    pospider
    loguru
    pomarkdown

python_requires = >=3.6
include_package_data = True
zip_safe = False