File size: 292 Bytes
6ba1ba5 |
1 2 3 4 5 6 7 8 9 10 11 |
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "sci"
version = "0.0.0"
description = "Surgical Cognitive Interpreter (SCI) minimal prototype"
authors = [ { name = "Vishal Joshua Meesala" } ]
requires-python = ">=3.8"
|