15 lines
451 B
TOML
15 lines
451 B
TOML
[build-system]
|
|
requires = ["setuptools>=67", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea165-commonsgrid-community-managed"
|
|
version = "0.1.0"
|
|
description = "Community-Managed, Privacy-Preserving Energy Commons Marketplace prototype"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["idea165_commonsgrid_community_managed", "idea165_commonsgrid_community_managed.*"]
|