first commit
This commit is contained in:
14
section_3_graph_library_module/pyproject.toml
Normal file
14
section_3_graph_library_module/pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
# scripts/graph_generation_library/pyproject.toml
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "section_3_graph_library_module"
|
||||
version = "0.1.0"
|
||||
description = "Internal PASBDC graph creation functions used to generate figures for the network wide desk reviews."
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["section_3_graph_library_module"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user