11 lines
240 B
TOML
11 lines
240 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "heurams"
|
|
version = "0.4.0"
|
|
description = "Heuristic Assisted Memory Scheduler"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"] |