File: pyproject.toml

package info (click to toggle)
azure-cli 2.83.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,346,000 kB
  • sloc: python: 1,930,197; sh: 1,344; makefile: 407; cs: 145; javascript: 74; sql: 37; xml: 21
file content (19 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "aaz-flow"
version = "1.0.0"
description = "AAZ Flow is the MCP server for the AAZ APIs."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
  "fastmcp>=2.11.0,<3.0.0"
]

[tool.hatch.build]
packages = ["src/aaz-flow"]

[tool.hatch.version]
path = "src/aaz-flow/__init__.py"