mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:25:12 +08:00
17 lines
339 B
TOML
17 lines
339 B
TOML
[project]
|
|
name = "printerlinter"
|
|
description = "Cura UltiMaker printer linting tool"
|
|
version = "0.1.0"
|
|
authors = [
|
|
{ name = "UltiMaker", email = "cura@ultimaker.com" }
|
|
]
|
|
dependencies = [
|
|
"pyyaml"
|
|
]
|
|
|
|
[project.scripts]
|
|
printer-linter = "terminal:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta" |