mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
23 lines
558 B
TOML
23 lines
558 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "yacv_server"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name = "Yeicor" },
|
|
]
|
|
description = "Yet Another CAD Viewer (server)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/yeicor-3d/yet-another-cad-viewer"
|
|
Issues = "https://github.com/yeicor-3d/yet-another-cad-viewer/issues"
|