14 lines
304 B
TOML
14 lines
304 B
TOML
[project]
|
|
name = "nx-post-support-server"
|
|
version = "0.1.0"
|
|
description = "Python language server for NX Postprocessor Support"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"pygls",
|
|
"packaging",
|
|
"tclint",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta" |