8 lines
173 B
TOML
8 lines
173 B
TOML
# pyproject.toml
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[options.packages.find_namespace]
|
|
where = "co2_emission" |