framework/rcg_pipeline/pyproject.toml

29 lines
1,015 B
TOML

[build-system]
requires = ["setuptools >= 69.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["rcg_pipeline", "rcg_pipeline.export", "rcg_pipeline.utils"]
[project]
name = "rcg_pipeline"
version = "1.0.0"
description = "Robossembler CG Pipeline"
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "Ilia Kurochkin", email = "brothermechanic@yandex.com"}]
maintainers = [{name = "Igor Brylyov", email = "movefasta@dezcom.org"}]
requires-python = ">= 3.10"
dependencies = ["numpy >= 1.26.4", "bpy >= 4.1.0"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Operating System :: Linux",
]
keywords = ["cg", "robossembler", "blender", "engineering", "robotics", "gamedev"]
[project.urls]
Homepage = "https://robossembler.org/"
Documentation = "https://robossembler.org/docs/technologies/cad-cg-pipeline"
Repository = "https://gitlab.com/robossembler/framework.git"
Issues = "https://gitlab.com/robossembler/framework/-/issues"