Skyvern/packages/skyvern-ui/pyproject.toml
Shuchang Zheng 87303f70b1
Bump version to 1.0.46 (#7199)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 14:01:41 +00:00

22 lines
552 B
TOML

[project]
name = "skyvern-ui"
version = "1.0.46"
description = "Prebuilt Skyvern UI assets for the Skyvern CLI"
authors = [{ name = "Skyvern AI", email = "info@skyvern.com" }]
requires-python = ">=3.11,<3.14"
readme = "README.md"
[tool.hatch.build]
packages = ["skyvern_ui"]
[tool.hatch.build.targets.wheel]
include = ["skyvern_ui"]
artifacts = ["skyvern_ui/dist/**"]
[tool.hatch.build.targets.sdist]
include = ["skyvern_ui", "README.md"]
artifacts = ["skyvern_ui/dist/**"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"