Files
testing123/libs/word_library/pyproject.toml
2026-05-21 08:40:24 -04:00

13 lines
299 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pasbdc_word_library"
version = "0.1.0"
description = "A tool used to make the generation of word documents in python a little easier."
[tool.setuptools]
packages = ["pasbdc_word_library"]