runtime.pyproject.toml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of python Show documentation
Show all versions of python Show documentation
Generators to create python for rosetta
[build-system]
requires = ["setuptools>=62.0"]
build-backend = "setuptools.build_meta"
[project]
name = "rosetta_runtime"
version = "2.1.0"
requires-python = ">= 3.10"
dependencies = [
"pydantic>=2.6.1"
]
[tool.setuptools.packages.find]
where = ["src"]