15 lines
375 B
TOML
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"]
|
|
|
|
|