17 lines
455 B
TOML
17 lines
455 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea78_solarsphere_offline_first"
|
|
version = "0.1.0"
|
|
description = "Offline-first geospatial visualization scaffolding for SolarSphere MVP"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = []
|
|
|
|
[tool.setuptools]
|
|
package-dir = {"" = "src"}
|
|
|
|
# Removed legacy setuptools.find block to ensure compatibility with current build backends
|