13 lines
400 B
TOML
13 lines
400 B
TOML
# graph_generation/pyproject.toml
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "milestone_attribution_graph_library_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_graph_library_module"]
|