costs_workflow/pyproject.toml

8 lines
166 B
TOML
Raw Normal View History

2023-07-18 10:01:15 -04:00
# pyproject.toml
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[options.packages.find_namespace]
where = "costs"