Spaces:
Running
Running
File size: 234 Bytes
56bbc8d |
1 2 3 4 5 6 7 8 9 10 11 12 |
[project]
name = "llm_architect"
version = "0.1.0"
description = ""
requires-python = ">=3.11"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.setuptools.packages.find]
where = ["src"]
namespaces = false |