Files
2026-05-21 08:40:24 -04:00

12 lines
378 B
TOML

# dataset/pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "milestone_attribution_dataset_module"
version = "0.1.0"
description = "Internal PASBDC graph making scripts used to generate figures for the milestone attribution analysis."
[tool.setuptools]
packages = ["milestone_attribution_dataset_module"]