2026-07-24 11:33:09 +00:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["setuptools>=61.0", "pybind11>=2.10", "cmake>=3.16"]
|
|
|
|
|
build-backend = "setuptools.backends._legacy:_Backend"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "vde"
|
2026-07-26 21:34:44 +08:00
|
|
|
version = "3.3.0"
|
2026-07-24 11:33:09 +00:00
|
|
|
description = "High-performance C++ CAD geometry engine"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
license = {text = "Apache-2.0"}
|
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
|
keywords = ["cad", "geometry", "computational-geometry", "brep", "sdf", "mesh"]
|
|
|
|
|
classifiers = [
|
|
|
|
|
"Development Status :: 4 - Beta",
|
|
|
|
|
"Intended Audience :: Science/Research",
|
|
|
|
|
"License :: OSI Approved :: Apache Software License",
|
|
|
|
|
"Programming Language :: C++",
|
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
|
|
"Programming Language :: Python :: 3.10",
|
|
|
|
|
"Programming Language :: Python :: 3.11",
|
|
|
|
|
"Programming Language :: Python :: 3.12",
|
|
|
|
|
"Topic :: Scientific/Engineering",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
Homepage = "https://github.com/ViewDesignEngine/ViewDesignEngine"
|
|
|
|
|
Documentation = "https://github.com/ViewDesignEngine/ViewDesignEngine/tree/main/docs"
|
|
|
|
|
|
|
|
|
|
[tool.setuptools]
|
|
|
|
|
packages = ["vde"]
|