14 lines
274 B
TOML
14 lines
274 B
TOML
[build-system]
|
|
requires = ["setuptools>=61"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "particle-cloud"
|
|
version = "0.0.1"
|
|
description = "particle cloud computations"
|
|
requires-python = ">=3.10"
|
|
dependencies = []
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|