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

15 lines
346 B
TOML

# scripts/dataset/pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "shared_tools_module"
version = "0.1.0"
description = "Internal word doc generation library "
# MOVED: Configuration specific to setuptools goes here
[tool.setuptools]
packages = ["shared_tools_module"]