Files
OpenPyXL-utils/setup.cfg
2022-04-19 16:25:03 -04:00

29 lines
499 B
INI

[metadata]
name = openpyxl-utils
version = 0.1
author = Brennen Raimer
description = Utility module for styling your OpenPyXL spreadsheets.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENCE
platform = any
[options]
python_requires = >= 3.6
install_requires =
openpyxl >= 3.0
toolz
package_dir =
=src
packages = find:
[options.packages.find]
where = src
[options.extras_require]
tests =
pytest
pytest-runner