13 lines
232 B
TOML
13 lines
232 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name="energy_data_project"
|
|
version="0.1.0"
|
|
requires-python = ">3.10"
|
|
dependencies=[
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"] |