19 lines
496 B
TOML
19 lines
496 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "meshviz_studio_decentralized_real_time_c"
|
|
version = "0.1.0"
|
|
description = "Decentralized Real-Time Collaborative Data Visualization for Offline Edge Meshes"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com/meshviz"
|
|
|
|
[tool.setuptools]
|
|
packages = { find = { where = ["meshviz"] } }
|
|
include-package-data = true
|