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

15 lines
375 B
TOML

# scripts/dataset/pyproject.toml
[build-system]
requires = ["setuptools>=64.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "section_1_datasets_module"
version = "0.1.0"
description = "Internal dataset generatimake_client_list_dataseton scripts for the PASBDC network wide desk reviews."
[tool.setuptools]
packages = ["section_1_datasets_module"]