17 lines
368 B
TOML
17 lines
368 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "neuplan"
|
|
version = "0.1.0"
|
|
description = "Prototype NeuPlan: neuromorphic planning stack (toy)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com/neuplan"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["neuplan"]
|